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-1.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-1",
  "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": "einrichtungskontakt",
          "display": "Einrichtungskontakt"
        }
      ]
    }
  ],
  "status": "finished",
  "identifier": [
    {
      "type": {
        "coding": [
          {
            "code": "VN",
            "system": "http://terminology.hl7.org/CodeSystem/v2-0203"
          }
        ]
      },
      "system": "http://medizininformatik-initiative.de/fhir/NamingSystem/Aufnahmenummer/MusterKrankenhaus",
      "value": "F_0000002"
    }
  ],
  "class": {
    "code": "IMP",
    "system": "http://terminology.hl7.org/CodeSystem/v3-ActCode",
    "display": "inpatient encounter"
  },
  "subject": {
    "reference": "Patient/2b9d3335-70df-4055-b33d-27a55fe00855"
  },
  "serviceProvider": {
    "identifier": {
      "system": "http://medizininformatik-initiative.de/fhir/NamingSystem/Einrichtungsidentifikator/MusterKrankenhaus",
      "value": "260123451_MusterKrankenhaus"
    }
  },
  "diagnosis": [
    {
      "condition": {
        "reference": "Condition/e6b6895c-549b-47c5-a842-41100761385d"
      },
      "use": {
        "coding": [
          {
            "code": "treatment-diagnosis",
            "system": "http://fhir.de/CodeSystem/KontaktDiagnoseProzedur",
            "display": "Behandlungsrelevante Diagnosen"
          },
          {
            "code": "DD",
            "system": "http://terminology.hl7.org/CodeSystem/diagnosis-role",
            "display": "Discharge diagnosis"
          }
        ]
      }
    }
  ],
  "hospitalization": {
    "admitSource": {
      "coding": [
        {
          "code": "N",
          "system": "http://fhir.de/CodeSystem/dgkev/Aufnahmeanlass"
        }
      ]
    },
    "dischargeDisposition": {
      "extension": [
        {
          "url": "http://fhir.de/StructureDefinition/Entlassungsgrund",
          "extension": [
            {
              "url": "ErsteUndZweiteStelle",
              "valueCoding": {
                "code": "01",
                "system": "http://fhir.de/CodeSystem/dkgev/EntlassungsgrundErsteUndZweiteStelle",
                "display": "Behandlung regulär beendet"
              }
            },
            {
              "url": "DritteStelle",
              "valueCoding": {
                "code": "1",
                "system": "http://fhir.de/CodeSystem/dkgev/EntlassungsgrundDritteStelle",
                "display": "arbeitsfähig entlassen"
              }
            }
          ]
        }
      ]
    }
  },
  "period": {
    "start": "2020-01-08T07:00:00+01:00",
    "end": "2020-01-11T05:00:00+01:00"
  }
}