Bidirectional Services eReferral (BSeR), published by HL7 Public Health Working Group. This guide is not an authorized publication; it is the continuous build for version 2.0.0-ballot built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/bser/ and changes regularly. See the Directory of published versions
: RelatedPerson - Gestational Mother - Eve Everywoman - 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 "relatedperson-us-core-relatedperson-mother-eve-everywoman"] ; #
fhir:meta [
( fhir:profile [
fhir:v "http://hl7.org/fhir/us/core/StructureDefinition/us-core-relatedperson"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/us/core/StructureDefinition/us-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 relatedperson-us-core-relatedperson-mother-eve-everywoman</b></p><a name=\"relatedperson-us-core-relatedperson-mother-eve-everywoman\"> </a><a name=\"hcrelatedperson-us-core-relatedperson-mother-eve-everywoman\"> </a><a name=\"relatedperson-us-core-relatedperson-mother-eve-everywoman-en-US\"> </a><p><b>active</b>: true</p><p><b>patient</b>: <a href=\"Patient-patient-us-core-patient-baby-everybaby.html\">Baby B Everybaby Female, DoB: 2019-01-15 ( Medical Record Number: 9932702 (use: usual, ))</a></p><p><b>relationship</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v3-RoleCode GESTM}\">Gestational Mother</span></p><p><b>name</b>: Eve Everywoman </p><p><b>telecom</b>: ph: 1-(404)555-1313(Home), <a href=\"mailto:mom.everymom@example.com\">mom.everymom@example.com</a></p><p><b>gender</b>: Female</p><p><b>birthDate</b>: 1982-11-24</p><p><b>address</b>: 5101 Peachtree St NE Atlanta GA 30302 US </p></div>"
] ; #
fhir:active [ fhir:v "true"^^xsd:boolean] ; #
fhir:patient [
fhir:reference [ fhir:v "Patient/patient-us-core-patient-baby-everybaby" ]
] ; #
fhir:relationship ( [
( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v3-RoleCode"^^xsd:anyURI ] ;
fhir:code [ fhir:v "GESTM" ] ;
fhir:display [ fhir:v "gestational mother" ] ] ) ;
fhir:text [ fhir:v "Gestational Mother" ]
] ) ; #
fhir:name ( [
fhir:family [ fhir:v "Everywoman" ] ;
( fhir:given [ fhir:v "Eve" ] )
] ) ; #
fhir:telecom ( [
fhir:system [ fhir:v "phone" ] ;
fhir:value [ fhir:v "1-(404)555-1313" ] ;
fhir:use [ fhir:v "home" ]
] [
fhir:system [ fhir:v "email" ] ;
fhir:value [ fhir:v "mom.everymom@example.com" ]
] ) ; #
fhir:gender [ fhir:v "female"] ; #
fhir:birthDate [ fhir:v "1982-11-24"^^xsd:date] ; #
fhir:address ( [
( fhir:line [ fhir:v "5101 Peachtree St NE" ] ) ;
fhir:city [ fhir:v "Atlanta" ] ;
fhir:state [ fhir:v "GA" ] ;
fhir:postalCode [ fhir:v "30302" ] ;
fhir:country [ fhir:v "US" ]
] ) . #