Botswana 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/botswana-hie-fhir-ig/ and changes regularly. See the Directory of published versions
: Encounter - Initiated By The PIMS Facility Providing the Service - 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 "PimsGeneralEncounterExample"] ; #
fhir:meta [
( fhir:profile [
fhir:v "http://moh.bw.org/StructureDefinition/uat-target-facility-encounter"^^xsd:anyURI ;
fhir:link <http://moh.bw.org/StructureDefinition/uat-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 PimsGeneralEncounterExample</b></p><a name=\"PimsGeneralEncounterExample\"> </a><a name=\"hcPimsGeneralEncounterExample\"> </a><a name=\"PimsGeneralEncounterExample-en-US\"> </a><p><b>status</b>: Finished</p><p><b>class</b>: <a href=\"http://terminology.hl7.org/6.0.2/CodeSystem-v3-ActCode.html#v3-ActCode-OBSENC\">ActCode OBSENC</a>: observation encounter</p><p><b>subject</b>: <a href=\"Patient-PimsGeneralPatientExample.html\">Mark Adams Male, DoB: 2000-11-11 ( http://moh.bw.org/ext/identifier/pims#pims id)</a></p><p><b>period</b>: 2012-12-09 --> 2012-12-09</p><p><b>serviceProvider</b>: <a href=\"Organization-CurrentServiceProviderExample.html\">Organization Meshwalkiya Health Center</a></p></div>"
] ; #
fhir:status [ fhir:v "finished"] ; #
fhir:class [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v3-ActCode"^^xsd:anyURI ] ;
fhir:code [ fhir:v "OBSENC" ]
] ; #
fhir:subject [
fhir:reference [ fhir:v "Patient/PimsGeneralPatientExample" ]
] ; #
fhir:period [
fhir:start [ fhir:v "2012-12-09"^^xsd:date ] ;
fhir:end [ fhir:v "2012-12-09"^^xsd:date ]
] ; #
fhir:serviceProvider [
fhir:reference [ fhir:v "Organization/CurrentServiceProviderExample" ]
] . #