Publication Build: This will be filled in by the publication tooling
: PatientIgorBossenkoWife - 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 "relpat12"] ; #
fhir:meta [
( fhir:profile [
fhir:v "https://fhir.ee/mpi/StructureDefinition/ee-mpi-related-person"^^xsd:anyURI ;
fhir:link <https://fhir.ee/mpi/StructureDefinition/ee-mpi-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 relpat12</b></p><a name=\"relpat12\"> </a><a name=\"hcrelpat12\"> </a><a name=\"relpat12-en-US\"> </a><p><b>active</b>: true</p><p><b>patient</b>: <a href=\"Patient-pat1.html\">Igor Bossenko (official) Male, DoB: 1973-02-10 ( https://fhir.ee/sid/pid/est/ni#Estonian Personal National Identification Code#37302102711)</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 CON}\">Contact</span></p><p><b>name</b>: Wife of Igor</p><p><b>period</b>: 1995-06-22 --> (ongoing)</p></div>"
] ; #
fhir:active [ fhir:v "true"^^xsd:boolean] ; #
fhir:patient [
fhir:reference [ fhir:v "Patient/pat1" ]
] ; #
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 "CON" ] ;
fhir:display [ fhir:v "Contact" ] ] )
] ) ; #
fhir:name ( [
fhir:text [ fhir:v "Wife of Igor" ]
] ) ; #
fhir:period [
fhir:start [ fhir:v "1995-06-22"^^xsd:date ]
] . #