HL7 FHIR Implementation Guide: ZM-Core Release 1 - Zambia - Local Development build (v0.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
: Example ZM-Core Encounter
Raw ttl | Download
@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
# - resource -------------------------------------------------------------------
<http://hl7.org/fhir/Encounter/ExampleZMCoreEncounter> a fhir:Encounter ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "ExampleZMCoreEncounter"] ; #
fhir:meta [
fhir:profile ( [
fhir:v "http://hapi.moh.gov.zm/fhir/StructureDefinition/zm-core-encounter"^^xsd:anyURI ;
fhir:link <http://hapi.moh.gov.zm/fhir/StructureDefinition/zm-core-encounter>
] )
] ; #
fhir:language [ fhir:v "en"] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Encounter ExampleZMCoreEncounter</b></p><a name=\"ExampleZMCoreEncounter\"> </a><a name=\"hcExampleZMCoreEncounter\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-zm-core-encounter.html\">ZM-Core Encounter Profile</a></p></div><p><b>status</b>: Completed</p><p><b>class</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v3-ActCode AMB}\">ambulatory</span></p><p><b>type</b>: <span title=\"Codes:\">General outpatient visit</span></p><p><b>subject</b>: <a href=\"Patient-ExampleZMCorePatient.html\">John Mwale Male, DoB: 1985-05-15 ( http://hapi.moh.gov.zm/fhir/sid/nrc#123456/12/1)</a></p><p><b>serviceProvider</b>: <a href=\"Organization-ExampleZMCoreOrganization.html\">Organization Chilenje First Level Hospital</a></p><p><b>actualPeriod</b>: 2025-11-15 09:00:00+0200 --> 2025-11-15 10:30:00+0200</p></div>"^^rdf:XMLLiteral ]
] ; #
fhir:status [ fhir:v "completed"] ; #
fhir:class ( [
fhir:coding ( [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v3-ActCode"^^xsd:anyURI ] ;
fhir:code [ fhir:v "AMB" ] ;
fhir:display [ fhir:v "ambulatory" ]
] )
] ) ; #
fhir:type ( [
fhir:text [ fhir:v "General outpatient visit" ]
] ) ; #
fhir:subject [
fhir:link <http://hl7.org/fhir/Patient/ExampleZMCorePatient> ;
fhir:reference [ fhir:v "Patient/ExampleZMCorePatient" ]
] ; #
fhir:serviceProvider [
fhir:link <http://hl7.org/fhir/Organization/ExampleZMCoreOrganization> ;
fhir:reference [ fhir:v "Organization/ExampleZMCoreOrganization" ]
] ; #
fhir:actualPeriod [
fhir:start [ fhir:v "2025-11-15T09:00:00+02:00"^^xsd:dateTime ] ;
fhir:end [ fhir:v "2025-11-15T10:30:00+02:00"^^xsd:dateTime ]
] . #
<http://hl7.org/fhir/Patient/ExampleZMCorePatient> a fhir:Patient .
<http://hl7.org/fhir/Organization/ExampleZMCoreOrganization> a fhir:Organization .