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

FHIR IG analytics

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

Profile: NG Encounter

status: Finished

class: ActCode: AMB (ambulatory)

subject: Kemi Adebayo Female, DoB: 1995-02-14 ( nin)

Participants

-Individual
*Practitioner Kehinde Adebayo

period: 2025-11-04 09:00:00+0000 --> 2025-11-04 09:35:00+0000

Locations

-Location
*Location Pharmacy Counter

serviceProvider: Organization Gwagwalada Model PHC


Source1

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