Birth Defects Reporting - STU1, published by HL7 International / Public Health. This guide is not an authorized publication; it is the continuous build for version 0.1.2 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/fhir-birthdefectsreporting-ig/ and changes regularly. See the Directory of published versions
: ResponsiblePartyExample - 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 "ResponsiblePartyExample"] ; #
fhir:meta [
( fhir:profile [
fhir:v "http://hl7.org/fhir/us/birthdefectreporting/StructureDefinition/bdr-relatedpersonresponsibleparty"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/us/birthdefectreporting/StructureDefinition/bdr-relatedpersonresponsibleparty> ] )
] ; #
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 ResponsiblePartyExample</b></p><a name=\"ResponsiblePartyExample\"> </a><a name=\"hcResponsiblePartyExample\"> </a><a name=\"ResponsiblePartyExample-en-US\"> </a><p><b>patient</b>: <a href=\"Patient-PatientNewbornExample.html\">Melanie Aurora Boucher (official) Female, DoB: 2020-08-08 ( Medical record number)</a></p><p><b>relationship</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v3-RoleCode GRMTH}\">Grandmother</span></p><p><b>name</b>: Helen Moore </p><p><b>telecom</b>: ph: 734-555-7810(Mobile)</p><p><b>gender</b>: Female</p><p><b>birthDate</b>: 1958-09-01</p><p><b>address</b>: 1889 West Elm St Ann Arbor MI 48105 </p><h3>Communications</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Language</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes:{urn:ietf:bcp:47 en}\">English</span></td></tr></table></div>"
] ; #
fhir:patient [
fhir:reference [ fhir:v "Patient/PatientNewbornExample" ]
] ; #
fhir:relationship ( [
( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v3-RoleCode"^^xsd:anyURI ] ;
fhir:code [ fhir:v "GRMTH" ] ;
fhir:display [ fhir:v "Grandmother" ] ] )
] ) ; #
fhir:name ( [
fhir:family [ fhir:v "Moore" ] ;
( fhir:given [ fhir:v "Helen" ] )
] ) ; #
fhir:telecom ( [
fhir:system [ fhir:v "phone" ] ;
fhir:value [ fhir:v "734-555-7810" ] ;
fhir:use [ fhir:v "mobile" ]
] ) ; #
fhir:gender [ fhir:v "female"] ; #
fhir:birthDate [ fhir:v "1958-09-01"^^xsd:date] ; #
fhir:address ( [
( fhir:line [ fhir:v "1889 West Elm St" ] ) ;
fhir:city [ fhir:v "Ann Arbor" ] ;
fhir:state [ fhir:v "MI" ] ;
fhir:postalCode [ fhir:v "48105" ]
] ) ; #
fhir:communication ( [
fhir:language [
( fhir:coding [
fhir:system [ fhir:v "urn:ietf:bcp:47"^^xsd:anyURI ] ;
fhir:code [ fhir:v "en" ] ;
fhir:display [ fhir:v "English" ] ] ) ]
] ) . #