@prefix fhir: . @prefix owl: . @prefix rdfs: . @prefix sct: . @prefix xsd: . # - 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 ] ) ] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "Generated Narrative: RelatedPerson relpat12 active: truepatient: Igor Bossenko (official) Male, DoB: 1973-02-10 ( https://fhir.ee/sid/pid/est/ni#Estonian Personal National Identification Code#37302102711)relationship: Spouse, Contactname: Wife of Igorperiod: 1995-06-22 --> (ongoing)" ] ; # fhir:active [ fhir:v "true"^^xsd:boolean] ; # fhir:patient [ fhir:link ; 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 ] ] . # # -------------------------------------------------------------------------------------
Generated Narrative: RelatedPerson relpat12
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: Spouse, Contact
name: Wife of Igor
period: 1995-06-22 --> (ongoing)