HL7 FHIR Implementation Guide: Rwanda HIV
0.1.0 - STU1 International flag

HL7 FHIR Implementation Guide: Rwanda HIV, published by Jembi Health Systems. This is not an authorized publication; it is the continuous build for version 0.1.0). This version is based on the current content of https://github.com/openhie/Rwanda-HIV and changes regularly. See the Directory of published versions

: HIV Patient - 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:Patient ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "HIVPatientExample"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "http://openhie.org/fhir/rwanda-hiv/StructureDefinition/hiv-patient"^^xsd:anyURI ;
fhir:link <http://openhie.org/fhir/rwanda-hiv/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</p><hr/><table class=\"grid\"><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></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> &quot;HIV Test Services Health Facility&quot;</li></ul></td></tr><tr><td style=\"background-color: #f3f5da\" title=\"Age of the patient calculated in months.\"><a href=\"StructureDefinition-patient-age-months.html\">Patient Age In Months:</a></td><td colspan=\"3\"><ul><li>388</li></ul></td></tr><tr><td style=\"background-color: #f3f5da\" title=\"Age of the patient calculated in years.\"><a href=\"StructureDefinition-patient-age-years.html\">Patient Age In Years:</a></td><td colspan=\"3\"><ul><li>32</li></ul></td></tr></table></div>"
  ] ; # 
  fhir:extension ( [
fhir:url [ fhir:v "http://openhie.org/fhir/rwanda-hiv/StructureDefinition/patient-age-months"^^xsd:anyURI ] ;
fhir:value [ fhir:v "388"^^xsd:integer ]
  ] [
fhir:url [ fhir:v "http://openhie.org/fhir/rwanda-hiv/StructureDefinition/patient-age-years"^^xsd:anyURI ] ;
fhir:value [ fhir:v "32"^^xsd:integer ]
  ] ) ; # 
  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:managingOrganization [
fhir:reference [ fhir:v "Organization/HIVOrganizationExample" ]
  ] . #