FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagede.gematik.isik
Resource TypeEncounter
IdEncounter-SZ1Stationaer.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source1

{
  "resourceType": "Encounter",
  "id": "SZ1Stationaer",
  "meta": {
    "profile": [
      "https://gematik.de/fhir/isik/StructureDefinition/ISiKKontaktGesundheitseinrichtung"
    ]
  },
  "type": [
    {
      "coding": [
        {
          "code": "abteilungskontakt",
          "system": "http://fhir.de/CodeSystem/Kontaktebene"
        }
      ]
    },
    {
      "coding": [
        {
          "system": "http://fhir.de/CodeSystem/kontaktart-de",
          "code": "normalstationaer",
          "display": "Normalstationär"
        }
      ]
    }
  ],
  "hospitalization": {
    "extension": [
      {
        "url": "http://fhir.de/StructureDefinition/Wahlleistung",
        "valueCoding": {
          "code": "unterkunft-und-verpflegung-begleitperson-kinder-ohne-med-begruedung",
          "system": "http://fhir.de/CodeSystem/wahlleistungen-de",
          "display": "Unterkunft und Verpflegung einer Begleitperson ohne med. Begründung"
        }
      }
    ]
  },
  "identifier": [
    {
      "type": {
        "coding": [
          {
            "code": "VN",
            "system": "http://terminology.hl7.org/CodeSystem/v2-0203"
          }
        ]
      },
      "system": "http://beispiel-krankenhaus.de/sid/besuchsnummer",
      "value": "0123456789-2"
    }
  ],
  "status": "finished",
  "class": {
    "code": "IMP",
    "system": "http://terminology.hl7.org/CodeSystem/v3-ActCode"
  },
  "subject": {
    "reference": "Patient/SZ1Patient"
  },
  "period": {
    "start": "2024-10-07",
    "end": "2024-10-10"
  },
  "account": [
    {
      "reference": "Account/SZ1DRGFall",
      "identifier": {
        "system": "http://beispiel-krankenhaus.de/sid/fallnummern",
        "value": "0123456789"
      }
    }
  ],
  "location": [
    {
      "physicalType": {
        "coding": [
          {
            "code": "bd",
            "system": "http://terminology.hl7.org/CodeSystem/location-physical-type",
            "display": "Bed"
          }
        ]
      },
      "status": "active",
      "location": {
        "identifier": {
          "system": "http://beispiel-krankenhaus.de/sid/betten",
          "value": "123"
        },
        "display": "Bettenstellplatz 123"
      }
    },
    {
      "physicalType": {
        "coding": [
          {
            "code": "ro",
            "system": "http://terminology.hl7.org/CodeSystem/location-physical-type",
            "display": "Room"
          }
        ]
      },
      "status": "active",
      "location": {
        "identifier": {
          "system": "http://beispiel-krankenhaus.de/sid/zimmer",
          "value": "12"
        },
        "display": "Zimmer 12"
      }
    }
  ]
}