WHO Immunization Implementation Guide
0.2.0 - ci-build

WHO Immunization Implementation Guide, published by WHO. This guide is not an authorized publication; it is the continuous build for version 0.2.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/WorldHealthOrganization/smart-immunizations/ and changes regularly. See the Directory of published versions

: Zanele Mbeki - 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 -------------------------------------------------------------------

<http://hl7.org/fhir/RelatedPerson/IMMZ.C.Caregiver.1> a fhir:RelatedPerson ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "IMMZ.C.Caregiver.1"] ;
  fhir:Resource.meta [
     fhir:Meta.profile [
       fhir:value "http://smart.who.int/immunizations/StructureDefinition/IMMZ.Caregiver" ;
       fhir:index 0 ;
       fhir:link <http://smart.who.int/immunizations/StructureDefinition/IMMZ.Caregiver>
     ]
  ] ;
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ] ;
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: RelatedPerson IMMZ.C.Caregiver.1</b></p><a name=\"IMMZ.C.Caregiver.1\"> </a><a name=\"hcIMMZ.C.Caregiver.1\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-IMMZ.Caregiver.html\">SMART Guidelines Immunizations Caregiver (RelatedPerson)</a></p></div><p><b>patient</b>: <a href=\"Patient-IMMZ.C.Patient.1.html\">Thabo Mbulelo Mbeki Male, DoB: 2020-06-18 ( 12345-ZA)</a></p><p><b>relationship</b>: <span title=\"Codes:{http://terminology.hl7.org/5.1.0/CodeSystem-v3-RoleClass.html CAREGIVER}\">CAREGIVER</span></p><p><b>name</b>: Zanele Mbeki</p></div>"
  ] ;
  fhir:RelatedPerson.patient [
     fhir:link <http://hl7.org/fhir/Patient/IMMZ.C.Patient.1> ;
     fhir:Reference.reference [ fhir:value "Patient/IMMZ.C.Patient.1" ]
  ] ;
  fhir:RelatedPerson.relationship [
     fhir:index 0 ;
     fhir:CodeableConcept.coding [
       fhir:index 0 ;
       fhir:Coding.system [ fhir:value "http://terminology.hl7.org/5.1.0/CodeSystem-v3-RoleClass.html" ] ;
       fhir:Coding.code [ fhir:value "CAREGIVER" ]
     ]
  ] ;
  fhir:RelatedPerson.name [
     fhir:index 0 ;
     fhir:HumanName.text [ fhir:value "Zanele Mbeki" ] ;
     fhir:HumanName.family [ fhir:value "Mbeki" ] ;
     fhir:HumanName.given [
       fhir:value "Zanele" ;
       fhir:index 0
     ]
  ] .

<http://hl7.org/fhir/Patient/IMMZ.C.Patient.1> a fhir:Patient .

# - ontology header ------------------------------------------------------------

<http://hl7.org/fhir/RelatedPerson/IMMZ.C.Caregiver.1.ttl> a owl:Ontology ;
  owl:imports fhir:fhir.ttl ;
  owl:versionIRI <http://build.fhir.org/RelatedPerson/IMMZ.C.Caregiver.1.ttl> .