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

FHIR IG analytics

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

Profile: NG Encounter

status: Finished

class: ActCode: AMB (ambulatory)

subject: Suleiman Bala Male, DoB: 2019-09-05 ( birthcert)

Participants

-Individual
*Practitioner Hauwa Garba

period: 2025-11-04 10:05:00+0000 --> 2025-11-04 10:20:00+0000

Locations

-Location
*Location Pharmacy Counter

serviceProvider: Organization Asokoro District Hospital


Source1

{
  "resourceType": "Encounter",
  "id": "NgEncounter-003",
  "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-003"
  },
  "participant": [
    {
      "individual": {
        "reference": "Practitioner/NgPractitioner-003"
      }
    }
  ],
  "period": {
    "start": "2025-11-04T10:05:00Z",
    "end": "2025-11-04T10:20:00Z"
  },
  "location": [
    {
      "location": {
        "reference": "Location/NgLocation-002"
      }
    }
  ],
  "serviceProvider": {
    "reference": "Organization/00134455-e5f6-4789-a123-456789abcdef"
  }
}