Zambia Immunizations FHIR Implementation Guide
1.0.0 - STU1 Zambia flag

Zambia Immunizations FHIR Implementation Guide, published by Jembi Health Systems. This guide is not an authorized publication; it is the continuous build for version 1.0.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/jembi/Zambia-Immunizations/ and changes regularly. See the Directory of published versions

: Encounter - Target Facility Encounter (COVAX) - TTL Representation

Raw ttl | Download


@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

 a fhir:Encounter ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "CovaxTargetFacilityEncounterExample"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "http://moh.gov.zm/fhir/immunizations/StructureDefinition/covax-target-facility-encounter"^^xsd:anyURI ;
fhir:link <http://moh.gov.zm/fhir/immunizations/StructureDefinition/covax-target-facility-encounter>     ] )
  ] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Encounter CovaxTargetFacilityEncounterExample</b></p><a name=\"CovaxTargetFacilityEncounterExample\"> </a><a name=\"hcCovaxTargetFacilityEncounterExample\"> </a><a name=\"CovaxTargetFacilityEncounterExample-en-US\"> </a><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>subject</b>: <a href=\"Patient-CovaxImmunizationPatientExample.html\">Tom Jack Jones (official) (no stated gender), DoB: 2000-01-01 ( http://moh.gov.zm/fhir/immunizations/identifier/patient-card-number#CN0000000)</a></p><p><b>serviceProvider</b>: <a href=\"Organization-OrganizationExample.html\">Organization Facility one</a></p><p><b>actualPeriod</b>: 2022-12-01 --&gt; 2023-01-20</p></div>"
  ] ; # 
  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:subject [
fhir:reference [ fhir:v "Patient/CovaxImmunizationPatientExample" ]
  ] ; # 
  fhir:serviceProvider [
fhir:reference [ fhir:v "Organization/OrganizationExample" ]
  ] ; # 
  fhir:actualPeriod [
fhir:start [ fhir:v "2022-12-01"^^xsd:date ] ;
fhir:end [ fhir:v "2023-01-20"^^xsd:date ]
  ] . #