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 - Sexual Partner Related to the Index Case is Registered as a 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 "SexualPartnerRelatedPersonBecomesPatientExample"] ; # 
  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 SexualPartnerRelatedPersonBecomesPatientExample</b></p><a name=\"SexualPartnerRelatedPersonBecomesPatientExample\"> </a><a name=\"hcSexualPartnerRelatedPersonBecomesPatientExample\"> </a><a name=\"SexualPartnerRelatedPersonBecomesPatientExample-en-US\"> </a><p style=\"border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;\">Jane Smith  Female, DoB: 1982-04-12 ( http://moh.gov.et/fhir/hiv/identifier/MRN#MRN12345673)</p><hr/><table class=\"grid\"><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>/NID12345673</li><li><code>http://moh.gov.et/fhir/hiv/identifier/UAN</code>/UAN12345673</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>This record replaces: <a href=\"RelatedPerson-PartnerRelatedPersonExample.html\">RelatedPerson Jane Smith </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 "MRN12345673" ]
  ] [
fhir:system [ fhir:v "http://moh.gov.et/fhir/hiv/identifier/SmartCareID"^^xsd:anyURI ] ;
fhir:value [ fhir:v "NID12345673" ]
  ] [
fhir:system [ fhir:v "http://moh.gov.et/fhir/hiv/identifier/UAN"^^xsd:anyURI ] ;
fhir:value [ fhir:v "UAN12345673" ]
  ] ) ; # 
  fhir:name ( [
fhir:family [ fhir:v "Smith" ] ;
    ( fhir:given [ fhir:v "Jane" ] )
  ] ) ; # 
  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 "female"] ; # 
  fhir:birthDate [ fhir:v "1982-04-12"^^xsd:date] ; # 
  fhir:address ( [
    ( 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:managingOrganization [
fhir:reference [ fhir:v "Organization/CurrentServiceProviderExample" ]
  ] ; # 
  fhir:link ( [
fhir:other [
fhir:reference [ fhir:v "RelatedPerson/PartnerRelatedPersonExample" ]     ] ;
fhir:type [ fhir:v "replaces" ]
  ] ) . #