eHealth Infrastructure - Local Development build (vlatest) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
: relatedperson01 - 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 xsd: <http://www.w3.org/2001/XMLSchema#> .
# - 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 <http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-relatedperson> ] )
] ; #
fhir:text [
fhir:status [ fhir:v "extensions" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: RelatedPerson</b><a name=\"relatedperson01\"> </a></p><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\">Resource RelatedPerson "relatedperson01" Version "1" Updated "2021-07-15 07:08:53+0000" </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-ehealth-relatedperson.html\">ehealth-relatedperson</a></p></div><p><b>Patient contact note</b>: This is a contact note</p><p><b>patient</b>: <a href=\"https://patient.fut.trifork.com/fhir/Patient/102\">https://patient.fut.trifork.com/fhir/Patient/102</a></p><p><b>name</b>: RelatedPerson Test (OFFICIAL)</p><p><b>address</b>: Mønsgade 20 5. tv Aarhus 8000 Danmark (HOME)</p></div>"
] ; #
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 <https://patient.fut.trifork.com/fhir/Patient/102> ;
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" ]
] ) . #