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

: AppointmentBookingSe Example - JSON Representation

Raw json | Download

{
  "resourceType" : "Appointment",
  "id" : "456512",
  "meta" : {
    "profile" : [
      🔗 "https://fhir.cambio.se/StructureDefinition/AppointmentBookingSe/v1"
    ]
  },
  "text" : {
    "status" : "extensions",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Appointment 456512</b></p><a name=\"456512\"> </a><a name=\"hc456512\"> </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\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-AppointmentBookingSe.html\">AppointmentBookingSe</a></p></div><p><b>AppointmentPurposeForVisit</b>: </p><p><b>AppointmentPatientGivenPhoneNumber</b>: </p><p><b>status</b>: Proposed</p><p><b>start</b>: 2022-02-05 11:00:00+0100</p><p><b>end</b>: 2022-02-05 11:30:00+0100</p><p><b>slot</b>: <a href=\"Slot/808794\">Slot/808794</a></p><blockquote><p><b>participant</b></p><p><b>actor</b>: Identifier: <code>urn:oid:1.2.752.129.2.1.3.1</code>/195507252301</p><p><b>status</b>: Accepted</p></blockquote><blockquote><p><b>participant</b></p><p><b>actor</b>: Videomöte</p><p><b>status</b>: Accepted</p></blockquote><blockquote><p><b>participant</b></p><p><b>actor</b>: Identifier: <code>urn:oid:1.2.752.129.2.1.4.1</code>/SE162321000024-ABCD</p><p><b>status</b>: Accepted</p></blockquote></div>"
  },
  "extension" : [
    {
      "url" : "https://fhir.cambio.se/StructureDefinition/appointment-purposeForVisit",
      "valueString" : ""
    },
    {
      "url" : "https://fhir.cambio.se/StructureDefinition/appointment-patientGivenPhoneNumber",
      "valueString" : ""
    }
  ],
  "status" : "proposed",
  "start" : "2022-02-05T11:00:00.000+01:00",
  "end" : "2022-02-05T11:30:00.000+01:00",
  "slot" : [
    {
      "reference" : "Slot/808794"
    }
  ],
  "participant" : [
    {
      "actor" : {
        "type" : "Patient",
        "identifier" : {
          "system" : "urn:oid:1.2.752.129.2.1.3.1",
          "value" : "195507252301"
        }
      },
      "status" : "accepted"
    },
    {
      "actor" : {
        "id" : "746",
        "type" : "HealthcareService",
        "display" : "Videomöte"
      },
      "status" : "accepted"
    },
    {
      "actor" : {
        "type" : "Location",
        "identifier" : {
          "system" : "urn:oid:1.2.752.129.2.1.4.1",
          "value" : "SE162321000024-ABCD"
        }
      },
      "status" : "accepted"
    }
  ]
}