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

FHIR IG analytics

Packagede.medizininformatikinitiative.kerndatensatz.dokument
Resource TypeEncounter
IdEncounter-AmandaAlzheimerVersorgungsstellenKontakt.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source


Source1

{
  "resourceType": "Encounter",
  "id": "AmandaAlzheimerVersorgungsstellenKontakt",
  "meta": {
    "profile": [
      "https://www.medizininformatik-initiative.de/fhir/core/modul-fall/StructureDefinition/KontaktGesundheitseinrichtung"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "type": {
        "coding": [
          {
            "system": "http://terminology.hl7.org/CodeSystem/v2-0203",
            "code": "VN"
          }
        ]
      },
      "system": "http://uk-musterstadt.de/fid",
      "value": "123456"
    }
  ],
  "status": "finished",
  "class": {
    "system": "http://terminology.hl7.org/CodeSystem/v3-ActCode",
    "code": "IMP",
    "display": "stationär"
  },
  "type": [
    {
      "coding": [
        {
          "code": "versorgungsstellenkontakt",
          "display": "Versorgungsstellenkontakt"
        }
      ]
    }
  ],
  "subject": {
    "reference": "Patient/AmandaAlzheimer"
  },
  "period": {
    "start": "2028-01-24T00:00:00+01:00",
    "end": "2028-02-06T00:00:00+01:00"
  },
  "partOf": {
    "reference": "Encounter/AmandaAlzheimerAbteilungskontakt"
  }
}