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

FHIR IG analytics

Packagede.medizininformatikinitiative.kerndatensatz.fall
Resource TypeEncounter
IdEncounter-mii-exa-fall-kontakt-gesundheitseinrichtung-4.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": "mii-exa-fall-kontakt-gesundheitseinrichtung-4",
  "meta": {
    "security": [
      {
        "code": "HTEST",
        "system": "http://terminology.hl7.org/CodeSystem/v3-ActReason",
        "display": "test health data"
      }
    ],
    "profile": [
      "https://www.medizininformatik-initiative.de/fhir/core/modul-fall/StructureDefinition/KontaktGesundheitseinrichtung|2025.0.1"
    ]
  },
  "type": [
    {
      "coding": [
        {
          "system": "http://fhir.de/CodeSystem/Kontaktebene",
          "code": "abteilungskontakt"
        }
      ]
    }
  ],
  "serviceType": {
    "coding": [
      {
        "system": "http://fhir.de/CodeSystem/dkgev/Fachabteilungsschluessel-erweitert",
        "code": "2315",
        "display": "Orthopädie/Schwerpunkt Chirurgie"
      }
    ]
  },
  "status": "in-progress",
  "class": {
    "code": "IMP",
    "system": "http://terminology.hl7.org/CodeSystem/v3-ActCode",
    "display": "inpatient encounter"
  },
  "period": {
    "start": "2024-06-14"
  },
  "subject": {
    "reference": "Patient/mii-exa-test-data-patient-1"
  }
}