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

FHIR IG analytics

Packagehie-fhir-ig-profile
Resource TypeEncounter
IdEncounter-HIEEncounter-example.json
FHIR VersionR4B

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

Autogenerated Encounter Narrative

Source1

{
  "resourceType": "Encounter",
  "id": "HIEEncounter-example",
  "meta": {
    "profile": [
      "https://nshr.dha.go.ke/fhir/StructureDefinition/encounter"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "use": "official",
      "type": {
        "coding": [
          {
            "system": "http://terminology.hl7.org/CodeSystem/v2-0203",
            "code": "EN",
            "display": "Encounter number"
          }
        ]
      },
      "system": "http://example.org/encounters",
      "value": "ENC-12345"
    }
  ],
  "status": "in-progress",
  "class": {
    "system": "http://terminology.hl7.org/CodeSystem/v3-ActCode",
    "code": "AMB",
    "display": "ambulatory"
  },
  "type": [
    {
      "coding": [
        {
          "system": "http://snomed.info/sct",
          "code": "11429006",
          "display": "Consultation"
        }
      ]
    }
  ],
  "priority": {
    "coding": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/v3-ActPriority",
        "code": "UR",
        "display": "urgent"
      }
    ]
  },
  "subject": {
    "reference": "Patient/p-001",
    "display": "Jane Patient"
  },
  "episodeOfCare": [
    {
      "reference": "EpisodeOfCare/ep-001",
      "display": "Episode for primary care"
    }
  ],
  "basedOn": [
    {
      "reference": "ServiceRequest/sr-001",
      "display": "Neurology consult request"
    }
  ],
  "participant": [
    {
      "type": [
        {
          "coding": [
            {
              "system": "http://terminology.hl7.org/CodeSystem/participant-type",
              "code": "PPRF",
              "display": "primary performer"
            }
          ]
        }
      ],
      "individual": {
        "reference": "HIEPractitioner/pr-001",
        "display": "Dr. John Clinician"
      }
    }
  ],
  "appointment": [
    {
      "reference": "Appointment/appt-001",
      "display": "Booked slot 2025-11-12T09:00+03:00"
    }
  ],
  "reasonCode": [
    {
      "coding": [
        {
          "system": "http://snomed.info/sct",
          "code": "25064002",
          "display": "Headache"
        }
      ]
    }
  ],
  "diagnosis": [
    {
      "condition": {
        "reference": "Condition/cond-001",
        "display": "Acute headache"
      },
      "use": {
        "coding": [
          {
            "system": "http://terminology.hl7.org/CodeSystem/diagnosis-role",
            "code": "AD",
            "display": "Admission diagnosis"
          }
        ]
      }
    }
  ],
  "hospitalization": {
    "origin": {
      "reference": "Location/loc-ER",
      "display": "Emergency triage"
    },
    "admitSource": {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/admit-source",
          "code": "emd",
          "display": "From accident/emergency department"
        }
      ]
    },
    "destination": {
      "reference": "Location/loc-OPD",
      "display": "Outpatient clinic"
    },
    "dischargeDisposition": {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/discharge-disposition",
          "code": "home",
          "display": "Discharged to home"
        }
      ]
    }
  },
  "location": [
    {
      "location": {
        "reference": "Location/loc-OPD",
        "display": "Outpatient Room 3"
      }
    }
  ],
  "serviceProvider": {
    "reference": "Organization/org-001",
    "display": "Acme Health Center"
  }
}