1.0.0 - release

CambioOpenServicesIG - Local Development build (v1.0.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: Permitted Patient Appointment Actions - JSON Representation

Active as of 2020-11-16

Raw json | Download

{
  "resourceType" : "ValueSet",
  "id" : "PermittedPatientAppointmentActions",
  "meta" : {
    "lastUpdated" : "2020-11-16T09:18:22.916+00:00"
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ValueSet PermittedPatientAppointmentActions</b></p><a name=\"PermittedPatientAppointmentActions\"> </a><a name=\"hcPermittedPatientAppointmentActions\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\">Last updated: 2020-11-16 09:18:22+0000</p></div><ul><li>Include these codes as defined in <a href=\"CodeSystem-CSPermittedPatientAppointmentActions.html\"><code>https://cambio.codes/cs/permitted-patient-appointment-actions</code></a><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td><a href=\"CodeSystem-CSPermittedPatientAppointmentActions.html#CSPermittedPatientAppointmentActions-BA\">BA</a></td><td>Booking allowed</td></tr><tr><td><a href=\"CodeSystem-CSPermittedPatientAppointmentActions.html#CSPermittedPatientAppointmentActions-RA\">RA</a></td><td>Rebooking Allowed</td></tr><tr><td><a href=\"CodeSystem-CSPermittedPatientAppointmentActions.html#CSPermittedPatientAppointmentActions-CA\">CA</a></td><td>Cancellation Allowed</td></tr><tr><td><a href=\"CodeSystem-CSPermittedPatientAppointmentActions.html#CSPermittedPatientAppointmentActions-MA\">MA</a></td><td>Message Allowed</td></tr></table></li></ul></div>"
  },
  "url" : "https://cambio.codes/vs/permitted-patient-appointment-actions/v1",
  "version" : "1.0.0",
  "name" : "PermittedPatientAppointmentActions",
  "title" : "Permitted Patient Appointment Actions",
  "status" : "active",
  "date" : "2020-11-16T09:18:22.7034591+00:00",
  "publisher" : "Cambio",
  "contact" : [
    {
      "name" : "Cambio",
      "telecom" : [
        {
          "system" : "url",
          "value" : "https://cambio.se"
        }
      ]
    },
    {
      "name" : "Cambio",
      "telecom" : [
        {
          "system" : "email",
          "value" : "informatics@cambio.se",
          "use" : "work"
        }
      ]
    }
  ],
  "compose" : {
    "include" : [
      {
        "system" : "https://cambio.codes/cs/permitted-patient-appointment-actions",
        "concept" : [
          {
            "code" : "BA",
            "display" : "Booking allowed"
          },
          {
            "code" : "RA",
            "display" : "Rebooking Allowed"
          },
          {
            "code" : "CA",
            "display" : "Cancellation Allowed"
          },
          {
            "code" : "MA",
            "display" : "Message Allowed"
          }
        ]
      }
    ]
  }
}