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
: IMMZ.C.Caregiver.1 - 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:RelatedPerson ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "IMMZ.C.Caregiver.1"] ; #
fhir:meta [
( fhir:profile [
fhir:v "http://smart.who.int/immunizations/StructureDefinition/IMMZ.Caregiver"^^xsd:anyURI ;
fhir:link <http://smart.who.int/immunizations/StructureDefinition/IMMZ.Caregiver> ] )
] ; #
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: RelatedPerson IMMZ.C.Caregiver.1</b></p><a name=\"IMMZ.C.Caregiver.1\"> </a><a name=\"hcIMMZ.C.Caregiver.1\"> </a><a name=\"IMMZ.C.Caregiver.1-en-US\"> </a><p><b>patient</b>: <a href=\"Patient-IMMZ.C.Patient.1.html\">Thabo Mbulelo Mbeki Male, DoB: 1942-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:patient [
fhir:reference [ fhir:v "Patient/IMMZ.C.Patient.1" ]
] ; #
fhir:relationship ( [
( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/5.1.0/CodeSystem-v3-RoleClass.html"^^xsd:anyURI ] ;
fhir:code [ fhir:v "CAREGIVER" ] ] )
] ) ; #
fhir:name ( [
fhir:text [ fhir:v "Zanele Mbeki" ] ;
fhir:family [ fhir:v "Mbeki" ] ;
( fhir:given [ fhir:v "Zanele" ] )
] ) . #