PACIO Sample Data Depot, published by MITRE. This guide is not an authorized publication; it is the continuous build for version 0.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/paciowg/sample-data-fsh/ and changes regularly. See the Directory of published versions
: relatedPerson-TanyaWilliams-01 - 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-TanyaWilliams-01"] ; #
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-TanyaWilliams-01</b></p><a name=\"relatedPerson-TanyaWilliams-01\"> </a><a name=\"hcrelatedPerson-TanyaWilliams-01\"> </a><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\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"http://hl7.org/fhir/us/core/STU8/StructureDefinition-us-core-relatedperson.html\">US Core RelatedPerson Profile</a></p></div><p><b>active</b>: true</p><p><b>patient</b>: <a href=\"Patient-patient-betsysmith-johnson01.html\">Betsy Smith-Johnson</a></p><p><b>name</b>: Tanya Williams (Official)</p><p><b>telecom</b>: <a href=\"mailto:Mmoen+tanyawilliams@mydirectives.com\">Mmoen+tanyawilliams@mydirectives.com</a></p><p><b>address</b>: The Vernon Center 9341 Agnes Street, Unit 114 Detroit MI 48214 (home)</p></div>"^^rdf:XMLLiteral
] ; #
fhir:active [ fhir:v true] ; #
fhir:patient [
fhir:reference [ fhir:v "Patient/patient-betsysmith-johnson01" ] ;
fhir:display [ fhir:v "Betsy Smith-Johnson" ]
] ; #
fhir:name ( [
fhir:use [ fhir:v "official" ] ;
fhir:family [ fhir:v "Williams" ] ;
( fhir:given [ fhir:v "Tanya" ] )
] ) ; #
fhir:telecom ( [
fhir:system [ fhir:v "email" ] ;
fhir:value [ fhir:v "Mmoen+tanyawilliams@mydirectives.com" ]
] ) ; #
fhir:address ( [
fhir:use [ fhir:v "home" ] ;
( fhir:line [ fhir:v "The Vernon Center 9341 Agnes Street, Unit 114" ] ) ;
fhir:city [ fhir:v "Detroit" ] ;
fhir:state [ fhir:v "MI" ] ;
fhir:postalCode [ fhir:v "48214" ]
] ) . #