ISiK Medikation Implementierungsleitfaden
Version 6.0.0-rc - ballot

: isik-encounter-Sternenfall - JSON Representation

Raw json | Download

{
  "resourceType" : "Encounter",
  "id" : "isik-encounter-Sternenfall",
  "meta" : {
    "profile" : [
      🔗 "https://gematik.de/fhir/isik/StructureDefinition/ISiKKontaktGesundheitseinrichtung"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Encounter isik-encounter-Sternenfall</b></p><a name=\"isik-encounter-Sternenfall\"> </a><a name=\"hcisik-encounter-Sternenfall\"> </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-ISiKKontaktGesundheitseinrichtung.html\">ISiKKontaktGesundheitseinrichtung</a></p></div><p><b>identifier</b>: Visit number/Sternenfall-20200310-001</p><p><b>status</b>: In Progress</p><p><b>class</b>: <a href=\"http://terminology.hl7.org/7.1.0/CodeSystem-v3-ActCode.html#v3-ActCode-IMP\">ActCode: IMP</a> (Inpatient)</p><p><b>type</b>: <span title=\"Codes:{http://fhir.de/CodeSystem/Kontaktebene abteilungskontakt}\">Abteilungskontakt</span></p><p><b>subject</b>: <a href=\"Patient-isik-patient-156722.html\">Aelin Sternenfall (official) Unknown, DoB:  ( Medical record number)</a></p><p><b>period</b>: 2020-03-10 20:17:06+0100 --&gt; (ongoing)</p><p><b>account</b>: Identifier: <code>https://test.krankenhaus.de/fhir/sid/fallnummer</code>/174357</p><h3>Locations</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Location</b></td><td><b>PhysicalType</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/Location/isik-station-anaesthesie\">Location/isik-station-anaesthesie</a></td><td><span title=\"Codes:{http://terminology.hl7.org/CodeSystem/location-physical-type wa}\">Ward</span></td></tr></table></div>"
  },
  "identifier" : [
    {
      "type" : {
        "coding" : [
          {
            "system" : "http://terminology.hl7.org/CodeSystem/v2-0203",
            "code" : "VN"
          }
        ]
      },
      "system" : "https://test.krankenhaus.de/fhir/sid/aufnahmenummer",
      "value" : "Sternenfall-20200310-001"
    }
  ],
  "status" : "in-progress",
  "class" : {
    "system" : "http://terminology.hl7.org/CodeSystem/v3-ActCode",
    "code" : "IMP",
    "display" : "Inpatient"
  },
  "type" : [
    {
      "coding" : [
        {
          "system" : "http://fhir.de/CodeSystem/Kontaktebene",
          "code" : "abteilungskontakt"
        }
      ]
    }
  ],
  "subject" : {
    🔗 "reference" : "Patient/isik-patient-156722"
  },
  "period" : {
    "start" : "2020-03-10T20:17:06+01:00"
  },
  "account" : [
    {
      "identifier" : {
        "system" : "https://test.krankenhaus.de/fhir/sid/fallnummer",
        "value" : "174357"
      }
    }
  ],
  "location" : [
    {
      "location" : {
        "reference" : "Location/isik-station-anaesthesie"
      },
      "physicalType" : {
        "coding" : [
          {
            "system" : "http://terminology.hl7.org/CodeSystem/location-physical-type",
            "code" : "wa",
            "display" : "Ward"
          }
        ]
      }
    }
  ]
}