ShiftPrivacyExamples, published by SHIFT-Task-Force. This guide is not an authorized publication; it is the continuous build for version 0.0.1 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/SHIFT-Task-Force/demo-fhir-data/ and changes regularly. See the Directory of published versions
: Related Person - Ellie Frederickson - 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 "EllieFrederickson"] ; #
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 EllieFrederickson</b></p><a name=\"EllieFrederickson\"> </a><a name=\"hcEllieFrederickson\"> </a><p><b>identifier</b>: <code>http://shift.github.io/demo/relatedperson-identifier</code>/RP-56789</p><p><b>patient</b>: <code>urn:uuid:CarlFrederickson</code></p><p><b>relationship</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v3-RoleCode WIFE}\">wife</span>, <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v3-RoleCode RESPRSN}\">responsible party</span></p><p><b>name</b>: Ellie Frederickson </p></div>"^^rdf:XMLLiteral
] ; #
fhir:identifier ( [
fhir:system [ fhir:v "http://shift.github.io/demo/relatedperson-identifier"^^xsd:anyURI ] ;
fhir:value [ fhir:v "RP-56789" ]
] ) ; #
fhir:patient [
fhir:reference [ fhir:v "urn:uuid:CarlFrederickson" ]
] ; #
fhir:relationship ( [
( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v3-RoleCode"^^xsd:anyURI ] ;
fhir:code [ fhir:v "WIFE" ] ;
fhir:display [ fhir:v "wife" ] ] )
] [
( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v3-RoleCode"^^xsd:anyURI ] ;
fhir:code [ fhir:v "RESPRSN" ] ;
fhir:display [ fhir:v "responsible party" ] ] )
] ) ; #
fhir:name ( [
fhir:family [ fhir:v "Frederickson" ] ;
( fhir:given [ fhir:v "Ellie" ] )
] ) . #