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

FHIR IG analytics

Packagehl7.fhir.cz.hdr
Resource TypeEncounter
IdEncounter-HospitalEncounter.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 HospitalEncounter

status: finished

class: ActCode: IMP (inpatient encounter)

subject: Mračena Mrakomorová Female, DoB: 1971-11-26 ( Passport number (use: official, ))

period: 2025-03-01 10:15:00+0100 --> 2025-03-10 09:30:00+0100

serviceProvider: Organization MUDr. Jana Krásná


Source1

{
  "resourceType": "Encounter",
  "id": "HospitalEncounter",
  "meta": {
    "profile": [
      "https://hl7.cz/fhir/hdr/StructureDefinition/cz-encounter-hdr"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "status": "finished",
  "class": {
    "system": "http://terminology.hl7.org/CodeSystem/v3-ActCode",
    "code": "IMP",
    "display": "inpatient encounter"
  },
  "subject": {
    "reference": "Patient/Mracena2"
  },
  "period": {
    "start": "2025-03-01T10:15:00+01:00",
    "end": "2025-03-10T09:30:00+01:00"
  },
  "serviceProvider": {
    "reference": "Organization/RegisteringProviderExample"
  }
}