BSeR: Bidirectional Services_eReferral - Local Development build (v2.0.0-connectathon). See the Directory of published versions
: RelatedPerson - Eve Everywoman - Self - 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-self-eve-everywoman"] ; #
fhir:meta [
fhir:versionId [ fhir:v "3" ] ;
fhir:lastUpdated [ fhir:v "2023-03-31T04:47:04.215+00:00"^^xsd:dateTime ] ;
fhir:source [ fhir:v "#9hhogsrxCtKGcxTT"^^xsd:anyURI ]
] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: RelatedPerson</b><a name=\"relatedperson-self-eve-everywoman\"> </a></p><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\">Resource RelatedPerson "relatedperson-self-eve-everywoman" Version "3" Updated "2023-03-31 04:47:04+0000" </p><p style=\"margin-bottom: 0px\">Information Source: #9hhogsrxCtKGcxTT!</p></div><p><b>identifier</b>: Social Security number: 444222222</p><p><b>active</b>: true</p><p><b>patient</b>: <a href=\"Patient-patient-us-core-patient-eve-everywoman.html\">Patient/patient-us-core-patient-eve-everywoman: Eve Everywoman</a> " EVERYWOMAN"</p><p><b>relationship</b>: oneself <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/3.1.0/CodeSystem-v3-RoleCode.html\">RoleCode</a>#ONESELF "self")</span></p><p><b>name</b>: Eve L Everywoman </p><p><b>telecom</b>: ph: 1-(404)555-1212(HOME), <a href=\"mailto:eve.everywoman@example.com\">eve.everywoman@example.com</a></p><p><b>gender</b>: female</p><p><b>birthDate</b>: 1974-11-24</p><p><b>address</b>: 5101 Peachtree St NE Atlanta GA 30302 US </p></div>"
] ; #
fhir:identifier ( [
fhir:type [
( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v2-0203"^^xsd:anyURI ] ;
fhir:code [ fhir:v "SS" ] ] ) ] ;
fhir:system [ fhir:v "http://hl7.org/fhir/sid/us-ssn"^^xsd:anyURI ] ;
fhir:value [ fhir:v "444222222" ]
] ) ; #
fhir:active [ fhir:v "true"^^xsd:boolean] ; #
fhir:patient [
fhir:reference [ fhir:v "Patient/patient-us-core-patient-eve-everywoman" ] ;
fhir:display [ fhir:v "Eve Everywoman" ]
] ; #
fhir:relationship ( [
( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v3-RoleCode"^^xsd:anyURI ] ;
fhir:code [ fhir:v "ONESELF" ] ;
fhir:display [ fhir:v "self" ] ] ) ;
fhir:text [ fhir:v "oneself" ]
] ) ; #
fhir:name ( [
fhir:family [ fhir:v "Everywoman" ] ;
( fhir:given [ fhir:v "Eve" ] [ fhir:v "L" ] )
] ) ; #
fhir:telecom ( [
fhir:system [ fhir:v "phone" ] ;
fhir:value [ fhir:v "1-(404)555-1212" ] ;
fhir:use [ fhir:v "home" ]
] [
fhir:system [ fhir:v "email" ] ;
fhir:value [ fhir:v "eve.everywoman@example.com" ]
] ) ; #
fhir:gender [ fhir:v "female"] ; #
fhir:birthDate [ fhir:v "1974-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" ]
] ) . #