Estonian Base Implementation Guide, published by HL7 Estonia. This guide is not an authorized publication; it is the continuous build for version 1.1.1 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7EE/ig-ee-base/ and changes regularly. See the Directory of published versions
: Doe2Doe - 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 sct: <http://snomed.info/id/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
# - resource -------------------------------------------------------------------
a fhir:RelatedPerson ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "Doe2Doe"] ; #
fhir:meta [
( fhir:profile [
fhir:v "https://fhir.ee/base/StructureDefinition/ee-related-person"^^xsd:anyURI ;
fhir:link <https://fhir.ee/base/StructureDefinition/ee-related-person> ] )
] ; #
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 Doe2Doe</b></p><a name=\"Doe2Doe\"> </a><a name=\"hcDoe2Doe\"> </a><a name=\"Doe2Doe-en-US\"> </a><p><b>patient</b>: <a href=\"Patient-pat2.html\">John Doe Male, DoB Unknown ( https://fhir.ee/sid/pid/usa/ppn#N857623628)</a></p><p><b>relationship</b>: <span title=\"Codes:{http://snomed.info/sct 127848009}\">Spouse</span>, <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v3-RoleClass NOK}\">Next of kin</span></p><p><b>name</b>: Jane Doe </p><p><b>gender</b>: Female</p></div>"
] ; #
fhir:patient [
fhir:reference [ fhir:v "Patient/pat2" ]
] ; #
fhir:relationship ( [
( fhir:coding [
a sct:127848009 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "127848009" ] ;
fhir:display [ fhir:v "Spouse" ] ] )
] [
( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v3-RoleClass"^^xsd:anyURI ] ;
fhir:code [ fhir:v "NOK" ] ;
fhir:display [ fhir:v "Next of kin" ] ] )
] ) ; #
fhir:name ( [
fhir:family [ fhir:v "Doe" ] ;
( fhir:given [ fhir:v "Jane" ] )
] ) ; #
fhir:gender [ fhir:v "female"] . #