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

FHIR IG analytics

Packagede.gematik.isik
Resource TypeEncounter
IdEncounter-SZ1Nachstationaer.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": "SZ1Nachstationaer",
  "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": "nachstationaer",
          "display": "Nachstationär"
        }
      ]
    }
  ],
  "identifier": [
    {
      "type": {
        "coding": [
          {
            "code": "VN",
            "system": "http://terminology.hl7.org/CodeSystem/v2-0203"
          }
        ]
      },
      "system": "http://beispiel-krankenhaus.de/sid/besuchsnummer",
      "value": "0123456789-3"
    }
  ],
  "status": "finished",
  "class": {
    "code": "AMB",
    "system": "http://terminology.hl7.org/CodeSystem/v3-ActCode"
  },
  "subject": {
    "reference": "Patient/SZ1Patient"
  },
  "period": {
    "start": "2024-10-14",
    "end": "2024-10-14"
  },
  "account": [
    {
      "reference": "Account/SZ1DRGFall",
      "identifier": {
        "system": "http://beispiel-krankenhaus.de/sid/fallnummern",
        "value": "0123456789"
      }
    }
  ]
}