Botswana AMR Implementation Guide - Local Development build (v0.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
: Example Encounter - Inpatient at Princess Marina Hospital - TTL Representation
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 -------------------------------------------------------------------
a fhir:Encounter ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "ExampleEncounterInpatient"] ; #
fhir:meta [
( fhir:profile [
fhir:v "http://bw.health.gov/fhir/amr/StructureDefinition/botswana-amr-encounter"^^xsd:anyURI ;
fhir:l <http://bw.health.gov/fhir/amr/StructureDefinition/botswana-amr-encounter> ] )
] ; #
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 ExampleEncounterInpatient</b></p><a name=\"ExampleEncounterInpatient\"> </a><a name=\"hcExampleEncounterInpatient\"> </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-botswana-amr-encounter.html\">Botswana AMR Encounter</a></p></div><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-IMP\">ActCode: IMP</a> (inpatient encounter)</p><p><b>subject</b>: <a href=\"Patient-ExamplePatientMotswana.html\">Keabetswe Motswana Female, DoB: 1981-05-14</a></p><p><b>period</b>: 2026-03-08 --> (ongoing)</p></div>"^^rdf:XMLLiteral ]
] ; #
fhir:status [ fhir:v "finished"] ; #
fhir:class [
fhir:system [
fhir:v "http://terminology.hl7.org/CodeSystem/v3-ActCode"^^xsd:anyURI ;
fhir:l <http://terminology.hl7.org/CodeSystem/v3-ActCode> ] ;
fhir:code [ fhir:v "IMP" ] ;
fhir:display [ fhir:v "inpatient encounter" ]
] ; #
fhir:subject [
fhir:l fhir:Patient/ExamplePatientMotswana ;
fhir:reference [ fhir:v "Patient/ExamplePatientMotswana" ]
] ; #
fhir:period [
fhir:start [ fhir:v "2026-03-08"^^xsd:date ]
] . #