IE (Ireland) Core Implementation Guide 1.0.0-ballot - Ballot
Publication Build: This will be filled in by the publication tooling
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 "shaw-niece"] ; # fhir:meta [ ( fhir:extension [ fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/instance-name"^^xsd:anyURI ] ; fhir:value [ fhir:v "Patient Niece Example" ] ] [ fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/instance-description"^^xsd:anyURI ] ; fhir:value [ fhir:v "This is a patient niece example for the *IE Core RelatedPerson Profile Profile*." ] ] ) ; ( fhir:profile [ fhir:v "http://iehr.ai/fhir/ie/core/StructureDefinition/ie-core-relatedperson"^^xsd:anyURI ; fhir:link <http://iehr.ai/fhir/ie/core/StructureDefinition/ie-core-relatedperson> ] ) ] ; # 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 shaw-niece</b></p><a name=\"shaw-niece\"> </a><a name=\"hcshaw-niece\"> </a><a name=\"shaw-niece-en-US\"> </a><p><b>active</b>: true</p><p><b>patient</b>: <a href=\"Patient-example.html\">Amy V. Shaw</a></p><p><b>relationship</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v3-RoleCode NIECE}\">niece</span></p><p><b>name</b>: Sarah van Putten (Official)</p><p><b>telecom</b>: ph: 1 234 5678(Home), <a href=\"mailto:sarah.vanputten@example.com\">sarah.vanputten@example.com</a></p><p><b>birthDate</b>: 1996-01-28</p><p><b>address</b>: 80A VILLAGE ST NEW HOLLAND Mayo H91 CV48 (home)</p></div>" ] ; # fhir:active [ fhir:v "true"^^xsd:boolean] ; # fhir:patient [ fhir:reference [ fhir:v "Patient/example" ] ; fhir:display [ fhir:v "Amy V. Shaw" ] ] ; # fhir:relationship ( [ ( fhir:coding [ fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v3-RoleCode"^^xsd:anyURI ] ; fhir:code [ fhir:v "NIECE" ] ; fhir:display [ fhir:v "niece" ] ] ) ] ) ; # fhir:name ( [ fhir:use [ fhir:v "official" ] ; fhir:family [ fhir:v "van Putten" ] ; ( fhir:given [ fhir:v "Sarah" ] ) ] ) ; # fhir:telecom ( [ fhir:system [ fhir:v "phone" ] ; fhir:value [ fhir:v "1 234 5678" ] ; fhir:use [ fhir:v "home" ] ] [ fhir:system [ fhir:v "email" ] ; fhir:value [ fhir:v "sarah.vanputten@example.com" ] ; fhir:use [ fhir:v "home" ] ] ) ; # fhir:birthDate [ fhir:v "1996-01-28"^^xsd:date] ; # fhir:address ( [ fhir:use [ fhir:v "home" ] ; ( fhir:line [ fhir:v "80A VILLAGE ST" ] ) ; fhir:city [ fhir:v "NEW HOLLAND" ] ; fhir:state [ fhir:v "Mayo" ] ; fhir:postalCode [ fhir:v "H91 CV48" ] ] ) . #