ISiK Terminplanung Implementierungsleitfaden
Version 6.0.0-rc - ballot

: ISiKTerminExampleExtendedICU - JSON Representation

Raw json | Download

{
  "resourceType" : "Appointment",
  "id" : "ISiKTerminExampleExtendedICU",
  "meta" : {
    "profile" : [
      🔗 "https://gematik.de/fhir/isik/StructureDefinition/ISiKTermin"
    ],
    "tag" : [
      {
        "system" : "http://fhir.de/CodeSystem/common-meta-tag-de",
        "code" : "external"
      }
    ]
  },
  "text" : {
    "status" : "extensions",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Appointment ISiKTerminExampleExtendedICU</b></p><a name=\"ISiKTerminExampleExtendedICU\"> </a><a name=\"hcISiKTerminExampleExtendedICU\"> </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-ISiKTermin.html\">ISiKTermin</a></p><p style=\"margin-bottom: 0px\">Tag: External (Details: CS Basisprofil Common Meta Tag DE code external = 'External')</p></div><p><b>status</b>: Proposed</p><p><b>serviceType</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/service-type 174}\">Intensive Care Medicine</span></p><p><b>specialty</b>: <span title=\"Codes:{http://ihe-d.de/CodeSystems/AerztlicheFachrichtungen INTM}, {http://fhir.de/CodeSystem/dkgev/Fachabteilungsschluessel-erweitert 3600}\">Intensivmedizin</span></p><p><b>priority</b>: <code>ISiKTerminPriorityExtension: </code><span title=\"Codes:{http://snomed.info/sct 25876001}\">Emergency</span></p><p><b>start</b>: 2022-12-10 09:00:00+0000</p><p><b>end</b>: 2022-12-10 09:30:00+0000</p><p><b>slot</b>: <a href=\"Slot-ISiKTerminblockExample.html\">Slot: status = busy; start = 2022-12-10 09:00:00+0000; end = 2022-12-10 11:00:00+0000</a></p><h3>Participants</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Actor</b></td><td><b>Status</b></td></tr><tr><td style=\"display: none\">*</td><td><a href=\"https://simplifier.net/resolve?scope=de.basisprofil.r4@1.5.4&amp;canonical=http://fhir.org/packages/de.basisprofil.r4/Patient/ISiKPatientTest\">Test Patient</a></td><td>Accepted</td></tr></table></div>"
  },
  "status" : "proposed",
  "serviceType" : [
    {
      "coding" : [
        {
          "system" : "http://terminology.hl7.org/CodeSystem/service-type",
          "code" : "174"
        }
      ]
    }
  ],
  "specialty" : [
    {
      "coding" : [
        {
          "system" : "http://ihe-d.de/CodeSystems/AerztlicheFachrichtungen",
          "code" : "INTM"
        },
        {
          "system" : "http://fhir.de/CodeSystem/dkgev/Fachabteilungsschluessel-erweitert",
          "code" : "3600"
        }
      ]
    }
  ],
  "_priority" : {
    "extension" : [
      {
        "url" : "https://gematik.de/fhir/isik/StructureDefinition/ISiKTerminPriorityExtension",
        "valueCodeableConcept" : {
          "coding" : [
            {
              "system" : "http://snomed.info/sct",
              "code" : "25876001"
            }
          ]
        }
      }
    ]
  },
  "start" : "2022-12-10T09:00:00Z",
  "end" : "2022-12-10T09:30:00Z",
  "slot" : [
    {
      🔗 "reference" : "Slot/ISiKTerminblockExample"
    }
  ],
  "participant" : [
    {
      "actor" : {
        "reference" : "Patient/ISiKPatientTest",
        "display" : "Test Patient"
      },
      "status" : "accepted"
    }
  ]
}