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

FHIR IG analytics

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

identifier: Fallnummer/123456

status: Finished

class: ActCode: IMP (stationär)

type: Abteilungskontakt

serviceType: Rheumatologie

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

partOf: Encounter: identifier = Fallnummer; status = finished; class = stationär (ActCode#IMP); type = Einrichtungskontakt; period = 2028-01-24 00:00:00+0100 --> 2028-02-06 00:00:00+0100


Source1

{
  "resourceType": "Encounter",
  "id": "AmandaAlzheimerAbteilungskontakt",
  "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": "abteilungskontakt",
          "display": "Abteilungskontakt"
        }
      ]
    }
  ],
  "serviceType": {
    "coding": [
      {
        "system": "http://fhir.de/CodeSystem/dkgev/Fachabteilungsschluessel",
        "code": "0900",
        "display": "Rheumatologie"
      }
    ]
  },
  "subject": {
    "reference": "Patient/AmandaAlzheimer"
  },
  "period": {
    "start": "2028-01-24T00:00:00+01:00",
    "end": "2028-02-06T00:00:00+01:00"
  },
  "partOf": {
    "reference": "Encounter/AmandaAlzheimerEinrichtungskontakt"
  }
}