HIV Case-Based Surveillance, published by Jembi Health Systems. This is not an authorized publication; it is the continuous build for version 0.2.0). This version is based on the current content of https://github.com/openhie/HIV-CBS and changes regularly. See the Directory of published versions
@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 "HIVPatientExample"] ; #
fhir:meta [
( fhir:profile [
fhir:v "http://openhie.org/fhir/hiv-cbs/StructureDefinition/hiv-patient"^^xsd:anyURI ;
fhir:link <http://openhie.org/fhir/hiv-cbs/StructureDefinition/hiv-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>Jane Maria Smith (OFFICIAL)</b> female, DoB: 1990-12-12 ( Medical record number: ORG1-0765712)</p><hr/><table class=\"grid\"><tr><td style=\"background-color: #f3f5da\" title=\"Record is active\">Active:</td><td>true</td><td style=\"background-color: #f3f5da\" title=\"Known Marital status of Patient\">Marital Status:</td><td colspan=\"3\"><span title=\"Codes: {http://terminology.hl7.org/CodeSystem/v3-MaritalStatus M}\">Married</span></td></tr><tr><td style=\"background-color: #f3f5da\" title=\"Other Ids (see the one above)\">Other Id:</td><td colspan=\"3\">id: NID1234567</td></tr><tr><td style=\"background-color: #f3f5da\" title=\"Ways to contact the Patient\">Contact Details:</td><td colspan=\"3\"><ul><li><a href=\"tel:+27821234567\">+27821234567</a></li><li><a href=\"mailto:someone@example.com\">someone@example.com</a></li><li>Cape Town Western Province South Africa </li></ul></td></tr><tr><td style=\"background-color: #f3f5da\" title=\"Nominated Contact: Next-of-Kin\">Next-of-Kin:</td><td colspan=\"3\"><ul><li>John Doe </li><li><a href=\"tel:+27829999999\">+27829999999</a></li></ul></td></tr><tr><td style=\"background-color: #f3f5da\" title=\"Patient Links\">Links:</td><td colspan=\"3\"><ul><li>Managing Organization: <a href=\"Organization-HIVOrganizationExample.html\">Organization/HIVOrganizationExample</a> "HIV Test Services Health Facility"</li></ul></td></tr><tr><td style=\"background-color: #f3f5da\" title=\"Populations who are at higher risk for HIV.\"><a href=\"StructureDefinition-key-population-status.html\">Key HIV Population:</a></td><td colspan=\"3\"><ul><li><span title=\"Codes: {http://snomed.info/sct 417284009}\">Current drug user (finding)</span></li></ul></td></tr></table></div>"
] ; #
fhir:extension ( [
fhir:url [ fhir:v "http://openhie.org/fhir/hiv-cbs/StructureDefinition/key-population-status"^^xsd:anyURI ] ;
fhir:value [
a fhir:CodeableConcept ;
( fhir:coding [
a sct:417284009 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "417284009" ] ] ) ]
] ) ; #
fhir:identifier ( [
fhir:type [
( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v2-0203"^^xsd:anyURI ] ;
fhir:code [ fhir:v "MR" ] ] ) ] ;
fhir:system [ fhir:v "http://openhie.org/fhir/hiv-cbs/identifier/mr"^^xsd:anyURI ] ;
fhir:value [ fhir:v "ORG1-0765712" ]
] [
fhir:system [ fhir:v "http://openhie.org/fhir/hiv-cbs/identifier/nid"^^xsd:anyURI ] ;
fhir:value [ fhir:v "NID1234567" ]
] ) ; #
fhir:active [ fhir:v "true"^^xsd:boolean] ; #
fhir:name ( [
fhir:use [ fhir:v "official" ] ;
fhir:family [ fhir:v "Smith" ] ;
( fhir:given [ fhir:v "Jane" ] [ fhir:v "Maria" ] )
] ) ; #
fhir:telecom ( [
fhir:system [ fhir:v "phone" ] ;
fhir:value [ fhir:v "+27821234567" ]
] [
fhir:system [ fhir:v "email" ] ;
fhir:value [ fhir:v "someone@example.com" ]
] ) ; #
fhir:gender [ fhir:v "female"] ; #
fhir:birthDate [ fhir:v "1990-12-12"^^xsd:date] ; #
fhir:address ( [
fhir:city [ fhir:v "Cape Town" ] ;
fhir:district [ fhir:v "City of Cape Town" ] ;
fhir:state [ fhir:v "Western Province" ] ;
fhir:country [ fhir:v "South Africa" ]
] ) ; #
fhir:maritalStatus [
( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v3-MaritalStatus"^^xsd:anyURI ] ;
fhir:code [ fhir:v "M" ] ] )
] ; #
fhir:contact ( [
( fhir:relationship [
( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v2-0131"^^xsd:anyURI ] ;
fhir:code [ fhir:v "N" ] ] ) ] ) ;
fhir:name [
fhir:family [ fhir:v "Doe" ] ;
( fhir:given [ fhir:v "John" ] ) ] ;
( fhir:telecom [
fhir:system [ fhir:v "phone" ] ;
fhir:value [ fhir:v "+27829999999" ] ] )
] ) ; #
fhir:managingOrganization [
fhir:reference [ fhir:v "Organization/HIVOrganizationExample" ]
] . #
IG © 2019+ Jembi Health Systems. Package openhie.fhir.hiv.cbs#0.2.0 based on FHIR 4.0.1. Generated 2023-04-04
Links: Table of Contents |
QA Report |
Version History |
|