@prefix fhir: . @prefix owl: . @prefix rdfs: . @prefix xsd: . # - resource ------------------------------------------------------------------- a fhir:RelatedPerson ; fhir:nodeRole fhir:treeRoot ; fhir:id [ fhir:v "relatedperson01"] ; # fhir:meta [ fhir:versionId [ fhir:v "1" ] ; fhir:lastUpdated [ fhir:v "2021-07-15T07:08:53.568+00:00"^^xsd:dateTime ] ; fhir:profile ( [ fhir:v "http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-relatedperson"^^xsd:anyURI ; fhir:link ] ) ] ; # fhir:text [ fhir:status [ fhir:v "extensions" ] ; fhir:div "

Generated Narrative: RelatedPerson

Resource RelatedPerson "relatedperson01" Version "1" Updated "2021-07-15 07:08:53+0000"

Profile: ehealth-relatedperson

Patient contact note: This is a contact note

patient: https://patient.fut.trifork.com/fhir/Patient/102

name: RelatedPerson Test (OFFICIAL)

address: Mønsgade 20 5. tv Aarhus 8000 Danmark (HOME)

" ] ; # fhir:extension ( [ fhir:url [ fhir:v "http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-patient-contactnote"^^xsd:anyURI ] ; fhir:value [ fhir:v "This is a contact note" ] ] ) ; # fhir:patient [ fhir:link ; fhir:reference [ fhir:v "https://patient.fut.trifork.com/fhir/Patient/102" ] ] ; # fhir:name ( [ fhir:use [ fhir:v "official" ] ; fhir:family [ fhir:v "Test" ] ; fhir:given ( [ fhir:v "RelatedPerson" ] ) ] ) ; # fhir:address ( [ fhir:extension ( [ fhir:url [ fhir:v "http://hl7.dk/fhir/core/StructureDefinition/dk-core-municipalityCodes"^^xsd:anyURI ] ; fhir:value [ a fhir:CodeableConcept ; fhir:coding ( [ fhir:system [ fhir:v "http://hl7.dk/fhir/core/CodeSystem/dk-core-municipality-codes"^^xsd:anyURI ] ; fhir:code [ fhir:v "0330" ] ] ) ] ] [ fhir:url [ fhir:v "http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-regional-subdivision-code"^^xsd:anyURI ] ; fhir:value [ a fhir:CodeableConcept ; fhir:coding ( [ fhir:system [ fhir:v "https://www.iso.org/obp/ui/"^^xsd:anyURI ] ; fhir:code [ fhir:v "iso:code:3166:DK#DK-85" ] ] ) ] ] ) ; fhir:use [ fhir:v "home" ] ; fhir:line ( [ fhir:v "Mønsgade 20 5. tv" ] ) ; fhir:city [ fhir:v "Aarhus" ] ; fhir:postalCode [ fhir:v "8000" ] ; fhir:country [ fhir:v "Danmark" ] ] ) . # # -------------------------------------------------------------------------------------