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

FHIR IG analytics

Packagede.medizininformatikinitiative.kerndatensatz.dokument
Resource TypeEncounter
IdEncounter-AmandaAlzheimerEinrichtungskontakt.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

Generated Narrative: Encounter AmandaAlzheimerEinrichtungskontakt

identifier: Fallnummer/123456

status: Finished

class: ActCode: IMP (stationär)

type: Einrichtungskontakt

subject: Alzheimer Amanda (official) weiblich, DoB Unknown ( Einrichtungsinterne Patienten(-Akten-)Nummer (use: usual, ))

period: 2028-01-24 00:00:00+0100 --> 2028-02-06 00:00:00+0100


Source1

{
  "resourceType": "Encounter",
  "id": "AmandaAlzheimerEinrichtungskontakt",
  "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": "einrichtungskontakt",
          "display": "Einrichtungskontakt"
        }
      ]
    }
  ],
  "subject": {
    "reference": "Patient/AmandaAlzheimer"
  },
  "period": {
    "start": "2028-01-24T00:00:00+01:00",
    "end": "2028-02-06T00:00:00+01:00"
  }
}