NPHCDA Immunization FHIR IG, published by https://nphcda.gov.ng. This guide is not an authorized publication; it is the continuous build for version 0.7.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/Nigeria-FHIR-Community/NPHCDA-ImmunizationIG/ and changes regularly. See the Directory of published versions
: Sibling RelatedPerson Example - TTL Representation
Raw ttl | Download
@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@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 "relatedperson-001"] ; #
fhir:meta [
( fhir:profile [
fhir:v "http://nphcda.gov.ng/ig/immunization/StructureDefinition/mother-other-children"^^xsd:anyURI ;
fhir:link <http://nphcda.gov.ng/ig/immunization/StructureDefinition/mother-other-children> ] )
] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Sibling</b>: Chinonso Okafor (male), born 2015-04-12</p><p><b>Relationship to patient</b>: brother (patient-001)</p><p><b>Sibling health status</b>: Healthy</p></div>"^^rdf:XMLLiteral
] ; #
fhir:patient [
fhir:reference [ fhir:v "Patient/patient-001" ]
] ; #
fhir:relationship ( [
fhir:text [ fhir:v "brother" ]
] ) ; #
fhir:name ( [
fhir:family [ fhir:v "Okafor" ] ;
( fhir:given [ fhir:v "Chinonso" ] )
] ) ; #
fhir:gender [ fhir:v "male"] ; #
fhir:birthDate [ fhir:v "2015-04-12"^^xsd:date] . #