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

FHIR IG analytics

Packagede.gematik.isik
Resource TypeEncounter
IdEncounter-FachabteilungskontaktFachbereichswechsel2.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": "FachabteilungskontaktFachbereichswechsel2",
  "meta": {
    "profile": [
      "https://gematik.de/fhir/isik/StructureDefinition/ISiKKontaktGesundheitseinrichtung"
    ]
  },
  "type": [
    {
      "coding": [
        {
          "code": "abteilungskontakt",
          "system": "http://fhir.de/CodeSystem/Kontaktebene"
        }
      ]
    }
  ],
  "identifier": [
    {
      "type": {
        "coding": [
          {
            "code": "VN",
            "system": "http://terminology.hl7.org/CodeSystem/v2-0203"
          }
        ]
      },
      "value": "0123456789"
    }
  ],
  "status": "in-progress",
  "class": {
    "code": "IMP",
    "system": "http://terminology.hl7.org/CodeSystem/v3-ActCode"
  },
  "subject": {
    "reference": "Patient/PatientinNormal"
  },
  "period": {
    "start": "2025-01-10T08:00:00+01:00"
  },
  "serviceType": {
    "coding": [
      {
        "code": "2600",
        "system": "http://fhir.de/CodeSystem/dkgev/Fachabteilungsschluessel",
        "display": "Hals-, Nasen-, Ohrenheilkunde"
      }
    ]
  },
  "location": [
    {
      "physicalType": {
        "coding": [
          {
            "code": "wa",
            "system": "http://terminology.hl7.org/CodeSystem/location-physical-type",
            "display": "Ward"
          }
        ]
      },
      "location": {
        "identifier": {
          "system": "https://test.krankenhaus.de/fhir/sid/stationId",
          "value": "CHA1"
        },
        "display": "Station CHA1"
      },
      "status": "active"
    },
    {
      "physicalType": {
        "coding": [
          {
            "code": "ro",
            "system": "http://terminology.hl7.org/CodeSystem/location-physical-type",
            "display": "Room"
          }
        ]
      },
      "location": {
        "identifier": {
          "system": "https://test.krankenhaus.de/fhir/sid/zimmerId",
          "value": "Z001"
        },
        "display": "Zimmer Z001"
      },
      "status": "active"
    },
    {
      "physicalType": {
        "coding": [
          {
            "code": "bd",
            "system": "http://terminology.hl7.org/CodeSystem/location-physical-type",
            "display": "Bed"
          }
        ]
      },
      "location": {
        "identifier": {
          "system": "https://test.krankenhaus.de/fhir/sid/bettId",
          "value": "B027"
        },
        "display": "Bett B027"
      },
      "status": "active"
    }
  ]
}