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

FHIR IG analytics

Packagehl7.fhir.cz.hdr
Resource TypeEncounter
IdEncounter-a182bf8a-ce46-4e61-9106-0fd5139c3e78.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 a182bf8a-ce46-4e61-9106-0fd5139c3e78

status: Finished

class: ActCode: IMP (inpatient encounter)

subject: Petra Dvorakova Female, DoB: 1986-05-03 ( https://ncez.mzcr.cz/fhir/sid/rid#9003001122)

participant

type: admitter

individual: Practitioner Raketa Cerna

participant

type: discharger

individual: Practitioner Palka Bila

period: 2026-03-03 05:22:00+0100 --> 2026-03-04 18:41:00+0100

Hospitalizations

-DischargeDisposition
*home

serviceProvider: Organization Porodni oddeleni Nemocnice Prostejov


Source1

{
  "resourceType": "Encounter",
  "id": "a182bf8a-ce46-4e61-9106-0fd5139c3e78",
  "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": "urn:uuid:c517f75a-1e29-423b-8c59-1b275e65019a"
  },
  "participant": [
    {
      "type": [
        {
          "coding": [
            {
              "system": "http://terminology.hl7.org/CodeSystem/v3-ParticipationType",
              "code": "ADM"
            }
          ]
        }
      ],
      "individual": {
        "reference": "urn:uuid:5cbed9dd-df97-46ee-974d-8bf34ef30efd"
      }
    },
    {
      "type": [
        {
          "coding": [
            {
              "system": "http://terminology.hl7.org/CodeSystem/v3-ParticipationType",
              "code": "DIS"
            }
          ]
        }
      ],
      "individual": {
        "reference": "urn:uuid:c02be8d5-83a2-466b-aa82-089088b1abf7"
      }
    }
  ],
  "period": {
    "start": "2026-03-03T05:22:00+01:00",
    "end": "2026-03-04T18:41:00+01:00"
  },
  "hospitalization": {
    "dischargeDisposition": {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/discharge-disposition",
          "code": "home",
          "display": "home"
        }
      ]
    }
  },
  "serviceProvider": {
    "reference": "urn:uuid:7aef05df-4e1f-434e-8a66-68ef945ead43"
  }
}