Zambia Traning, published by My Organization. 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-Training and changes regularly. See the Directory of published versions
: Test Patient Example Two - 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 sct: <http://snomed.info/id/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
# - resource -------------------------------------------------------------------
a fhir:Patient ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "TestPatientExampleTwo"] ; #
fhir:meta [
( fhir:profile [
fhir:v "http://openhie.org/fhir/zambia-training/StructureDefinition/test-patient"^^xsd:anyURI ;
fhir:link <http://openhie.org/fhir/zambia-training/StructureDefinition/test-patient> ] )
] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p style=\"border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;\"><b>Anonymous Patient</b> (no stated gender), DoB Unknown ( <code>http://openhie.org/fhir/zambia-training/identifier/mr</code>/MRN1234-A)</p><hr/><table class=\"grid\"><tr><td style=\"background-color: #f3f5da\" title=\"Other Ids (see the one above)\">Other Id:</td><td colspan=\"3\"><code>http://openhie.org/fhir/zambia-training/identifier/nid</code>/NID1234</td></tr><tr><td style=\"background-color: #f3f5da\" title=\"Ways to contact the Patient\">Contact Details:</td><td colspan=\"3\"><ul><li>ph: 083-123-4567</li><li><a href=\"mailto:same@gmail.com\">same@gmail.com</a></li></ul></td></tr><tr><td style=\"background-color: #f3f5da\" title=\"Patient contact\">Contact</td><td colspan=\"3\"><ul><li>Moses John Giji </li><li>ph: 0831234567</li><li><a href=\"mailto:same@gmail.com\">same@gmail.com</a></li></ul></td></tr><tr><td style=\"background-color: #f3f5da\" title=\"HIV Pop Status Complex\">HIV Pop Status Complex:</td><td colspan=\"3\"><ul><li>http://openhie.org/fhir/zambia-training/StructureDefinition/hiv-key-pop: <span title=\"Codes: {http://snomed.info/sct 472986005}\">Sexually active with men (finding)</span></li><li>http://openhie.org/fhir/zambia-training/StructureDefinition/hiv-pop-status-date: 1983-05-22 16:40:17+0200</li></ul></td></tr><tr><td style=\"background-color: #f3f5da\" title=\"HIV Key Pop Date\"><a href=\"StructureDefinition-hiv-pop-status-date.html\">HIV Key Pop Date:</a></td><td colspan=\"3\"><ul><li>1983-05-22 16:40:17+0200</li></ul></td></tr></table></div>"
] ; #
fhir:extension ( [
fhir:url [ fhir:v "http://openhie.org/fhir/zambia-training/StructureDefinition/hiv-pop-status-date"^^xsd:anyURI ] ;
fhir:value [ fhir:v "1983-05-22T16:40:17+02:00"^^xsd:dateTime ]
] [
( fhir:extension [
fhir:url [ fhir:v "http://openhie.org/fhir/zambia-training/StructureDefinition/hiv-key-pop"^^xsd:anyURI ] ;
fhir:value [
a fhir:CodeableConcept ;
( fhir:coding [
a sct:472986005 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "472986005" ] ] ) ] ] [
fhir:url [ fhir:v "http://openhie.org/fhir/zambia-training/StructureDefinition/hiv-pop-status-date"^^xsd:anyURI ] ;
fhir:value [ fhir:v "1983-05-22T16:40:17+02:00"^^xsd:dateTime ] ] ) ;
fhir:url [ fhir:v "http://openhie.org/fhir/zambia-training/StructureDefinition/hiv-pop-status-complex"^^xsd:anyURI ]
] ) ; #
fhir:identifier ( [
fhir:system [ fhir:v "http://openhie.org/fhir/zambia-training/identifier/mr"^^xsd:anyURI ] ;
fhir:value [ fhir:v "MRN1234-A" ]
] [
fhir:system [ fhir:v "http://openhie.org/fhir/zambia-training/identifier/nid"^^xsd:anyURI ] ;
fhir:value [ fhir:v "NID1234" ]
] ) ; #
fhir:telecom ( [
fhir:system [ fhir:v "phone" ] ;
fhir:value [ fhir:v "083-123-4567" ]
] [
fhir:system [ fhir:v "email" ] ;
fhir:value [ fhir:v "same@gmail.com" ]
] ) ; #
fhir:contact ( [
fhir:name [
fhir:family [ fhir:v "Giji" ] ;
( fhir:given [ fhir:v "Moses" ] [ fhir:v "John" ] ) ] ;
( fhir:telecom [
fhir:system [ fhir:v "phone" ] ;
fhir:value [ fhir:v "0831234567" ] ] [
fhir:system [ fhir:v "email" ] ;
fhir:value [ fhir:v "same@gmail.com" ] ] )
] ) . #