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

FHIR IG analytics

Packagehl7.fhir.cz.hdr
Resource TypeEncounter
IdEncounter-10f5c49e-086d-4016-8dd1-b555306bf620.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 10f5c49e-086d-4016-8dd1-b555306bf620

status: finished

class: ActCode: IMP (inpatient encounter)

priority: emergency

subject: Petr Novák Male, DoB: 1985-06-15 ( https://ncez.mzcr.cz/fhir/sid/rid#1597778923)

participant

type: Admitter

individual: Practitioner MUDr. Karel Volný

participant

type: Referrer

individual: PractitionerRole Lékař

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

reasonReference: Condition Unilateral or unspecified inguinal hernia, without obstruction or gangrene

Hospitalizations

-AdmitSourceDischargeDisposition
*From outpatient departmentHome

location

location: Location Nemocnice Chrudim - Oddělení CHIR1

period: 2025-03-01 08:00:00+0100 --> 2025-03-02 08:00:00+0100

location

location: Location Nemocnice Chrudim - Oddělení CHIR-JIP

period: 2025-03-02 08:00:00+0100 --> 2025-03-04 08:00:00+0100

location

location: Location Nemocnice Chrudim - Oddělení CHIR1

period: 2025-03-04 08:00:00+0100 --> 2025-03-10 08:00:00+0100

serviceProvider: Organization MUDr. Jana Krásná


Source1

{
  "resourceType": "Encounter",
  "id": "10f5c49e-086d-4016-8dd1-b555306bf620",
  "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"
  },
  "priority": {
    "coding": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/v3-ActPriority",
        "code": "EM",
        "display": "emergency"
      }
    ]
  },
  "subject": {
    "reference": "urn:uuid:3f85726c-ad2f-441b-89ce-100000000000"
  },
  "participant": [
    {
      "type": [
        {
          "coding": [
            {
              "system": "http://terminology.hl7.org/CodeSystem/v3-ParticipationType",
              "code": "ADM",
              "display": "Admitter"
            }
          ]
        }
      ],
      "individual": {
        "reference": "Practitioner/Practitioner-Admitter"
      }
    },
    {
      "type": [
        {
          "coding": [
            {
              "system": "http://terminology.hl7.org/CodeSystem/v3-ParticipationType",
              "code": "REF",
              "display": "Referrer"
            }
          ]
        }
      ],
      "individual": {
        "reference": "PractitionerRole/Practitioner-Referrer-detail"
      }
    }
  ],
  "period": {
    "start": "2025-03-01T10:15:00+01:00",
    "end": "2025-03-10T09:30:00+01:00"
  },
  "reasonReference": [
    {
      "reference": "urn:uuid:35717696-8a99-4f99-a938-ec0ec88a65a2"
    }
  ],
  "hospitalization": {
    "admitSource": {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/admit-source",
          "code": "outp",
          "display": "From outpatient department"
        }
      ]
    },
    "dischargeDisposition": {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/discharge-disposition",
          "code": "home",
          "display": "Home"
        }
      ]
    }
  },
  "location": [
    {
      "location": {
        "reference": "Location/cz-Location-Chrudim-Chir1"
      },
      "period": {
        "start": "2025-03-01T08:00:00+01:00",
        "end": "2025-03-02T08:00:00+01:00"
      }
    },
    {
      "location": {
        "reference": "Location/cz-Location-Chrudim-ChirJIP"
      },
      "period": {
        "start": "2025-03-02T08:00:00+01:00",
        "end": "2025-03-04T08:00:00+01:00"
      }
    },
    {
      "location": {
        "reference": "Location/cz-Location-Chrudim-Chir1"
      },
      "period": {
        "start": "2025-03-04T08:00:00+01:00",
        "end": "2025-03-10T08:00:00+01:00"
      }
    }
  ],
  "serviceProvider": {
    "reference": "Organization/RegisteringProviderExample"
  }
}