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

FHIR IG analytics

Packageorg.dhin-hie.sandbox
Resource TypeEncounter
IdEncounter-NgEncounter-002.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 NgEncounter-002

Profile: NG Encounter

status: Finished

class: ActCode: AMB (ambulatory)

subject: Musa Abdullahi Male, DoB: 1987-07-06 ( nin)

Participants

-Individual
*Practitioner Nkiru Okeke

period: 2025-11-04 12:15:00+0000 --> 2025-11-04 12:25:00+0000

Locations

-Location
*Location Immunization Room

serviceProvider: Organization Kano Central Hospital Pharmacy


Source1

{
  "resourceType": "Encounter",
  "id": "NgEncounter-002",
  "meta": {
    "profile": [
      "https://sandbox.dhin-hie.org/ig/StructureDefinition/ng-encounter"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "status": "finished",
  "class": {
    "system": "http://terminology.hl7.org/CodeSystem/v3-ActCode",
    "code": "AMB",
    "display": "ambulatory"
  },
  "subject": {
    "reference": "Patient/NgPatient-002"
  },
  "participant": [
    {
      "individual": {
        "reference": "Practitioner/NgPractitioner-002"
      }
    }
  ],
  "period": {
    "start": "2025-11-04T12:15:00Z",
    "end": "2025-11-04T12:25:00Z"
  },
  "location": [
    {
      "location": {
        "reference": "Location/NgLocation-003"
      }
    }
  ],
  "serviceProvider": {
    "reference": "Organization/NgOrganization-002"
  }
}