@prefix fhir: . @prefix owl: . @prefix rdf: . @prefix rdfs: . @prefix sct: . @prefix xsd: . # - resource ------------------------------------------------------------------- a fhir:RelatedPerson ; fhir:nodeRole fhir:treeRoot ; fhir:id [ fhir:v "relpat11"] ; # fhir:meta [ fhir:profile ( [ fhir:v "https://fhir.ee/mpi/StructureDefinition/ee-mpi-related-person"^^xsd:anyURI ; fhir:link ] ) ] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "

Generated Narrative: RelatedPerson relpat11

identifier: Estonian Personal National Identification Code/39510212711

active: true

patient: Igor Bossenko (official) Male, DoB: 1973-02-10 ( https://fhir.ee/sid/pid/est/ni#Estonian Personal National Identification Code#37302102711)

relationship: Child

name: Son of Igor

period: 1995-10-21 --> (ongoing)

"^^rdf:XMLLiteral ] ; # fhir:identifier ( [ fhir:system [ fhir:v "https://fhir.ee/sid/pid/est/ni"^^xsd:anyURI ] ; fhir:value [ fhir:v "39510212711" ] ] ) ; # fhir:active [ fhir:v true] ; # fhir:patient [ fhir:link ; fhir:reference [ fhir:v "Patient/pat1" ] ] ; # fhir:relationship ( [ fhir:coding ( [ a sct:67822003 ; fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ; fhir:code [ fhir:v "67822003" ] ; fhir:display [ fhir:v "Child" ] ] ) ] ) ; # fhir:name ( [ fhir:text [ fhir:v "Son of Igor" ] ] ) ; # fhir:period [ fhir:start [ fhir:v "1995-10-21"^^xsd:date ] ] . # # -------------------------------------------------------------------------------------