Ethiopia FHIR Implementation Guide - HIV Treatment & Care Services
1.0.0 - ci-build Ethiopia flag

Ethiopia FHIR Implementation Guide - HIV Treatment & Care Services, 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/ethiopia-hiv/ and changes regularly. See the Directory of published versions

: Patient - With Child Relationship - 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 "PatientWithChildRelationshipExample"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "http://moh.gov.et/fhir/hiv/StructureDefinition/patient"^^xsd:anyURI ;
fhir:link <http://moh.gov.et/fhir/hiv/StructureDefinition/patient>     ] )
  ] ; # 
  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: Patient PatientWithChildRelationshipExample</b></p><a name=\"PatientWithChildRelationshipExample\"> </a><a name=\"hcPatientWithChildRelationshipExample\"> </a><a name=\"PatientWithChildRelationshipExample-en-US\"> </a><p style=\"border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;\">Mark Adams  Male, DoB: 2000-11-11 ( http://moh.gov.et/fhir/hiv/identifier/MRN#MRN12345674)</p><hr/><table class=\"grid\"><tr><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 Ids:</td><td colspan=\"3\"><ul><li><code>http://moh.gov.et/fhir/hiv/identifier/SmartCareID</code>/NID12345674</li><li><code>http://moh.gov.et/fhir/hiv/identifier/UAN</code>/UAN12345674</li></ul></td></tr><tr><td style=\"background-color: #f3f5da\" title=\"Ways to contact the Patient\">Contact Detail</td><td colspan=\"3\"><ul><li>ph: 27537652509(Work)</li><li><a href=\"mailto:someone@something.org\">someone@something.org</a></li><li>123 Tesfaye Street Bole Addis Ababa Addis Ababa </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-CurrentServiceProviderExample.html\">Organization Meshwalkiya Health Center</a></li><li>Also see: <a href=\"RelatedPerson-ChildRelatedPersonExample.html\">RelatedPerson Mary Adams </a></li></ul></td></tr></table></div>"
  ] ; # 
  fhir:identifier ( [
fhir:system [ fhir:v "http://moh.gov.et/fhir/hiv/identifier/MRN"^^xsd:anyURI ] ;
fhir:value [ fhir:v "MRN12345674" ]
  ] [
fhir:system [ fhir:v "http://moh.gov.et/fhir/hiv/identifier/SmartCareID"^^xsd:anyURI ] ;
fhir:value [ fhir:v "NID12345674" ]
  ] [
fhir:system [ fhir:v "http://moh.gov.et/fhir/hiv/identifier/UAN"^^xsd:anyURI ] ;
fhir:value [ fhir:v "UAN12345674" ]
  ] ) ; # 
  fhir:name ( [
fhir:family [ fhir:v "Adams" ] ;
    ( fhir:given [ fhir:v "Mark" ] )
  ] ) ; # 
  fhir:telecom ( [
fhir:system [ fhir:v "phone" ] ;
fhir:value [ fhir:v "27537652509" ] ;
fhir:use [ fhir:v "work" ]
  ] [
fhir:system [ fhir:v "email" ] ;
fhir:value [ fhir:v "someone@something.org" ] ;
fhir:use [ fhir:v "home" ]
  ] ) ; # 
  fhir:gender [ fhir:v "male"] ; # 
  fhir:birthDate [ fhir:v "2000-11-11"^^xsd:date] ; # 
  fhir:address ( [
    ( fhir:extension [
fhir:url [ fhir:v "http://moh.gov.et/fhir/hiv/StructureDefinition/residential-type"^^xsd:anyURI ] ;
fhir:value [
a fhir:CodeableConcept ;
        ( fhir:coding [
a sct:224804009 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "224804009" ]         ] ) ;
fhir:text [ fhir:v "Rural" ]       ]     ] ) ;
    ( fhir:line [ fhir:v "123" ] [ fhir:v "Tesfaye Street" ] [ fhir:v "Bole" ] ) ;
fhir:city [ fhir:v "Addis Ababa" ] ;
fhir:district [ fhir:v "Addis Ababa Central District" ] ;
fhir:state [ fhir:v "Addis Ababa" ]
  ] ) ; # 
  fhir:maritalStatus [
    ( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v3-MaritalStatus"^^xsd:anyURI ] ;
fhir:code [ fhir:v "M" ]     ] )
  ] ; # 
  fhir:managingOrganization [
fhir:reference [ fhir:v "Organization/CurrentServiceProviderExample" ]
  ] ; # 
  fhir:link ( [
fhir:other [
fhir:reference [ fhir:v "RelatedPerson/ChildRelatedPersonExample" ]     ] ;
fhir:type [ fhir:v "seealso" ]
  ] ) . #