eHealth Infrastructure - Local Development build (v2.6.0). See the Directory of published versions
@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:Resource.id [ fhir:value "relatedperson01"]; #
fhir:Resource.meta [
fhir:Meta.versionId [ fhir:value "1" ];
fhir:Meta.lastUpdated [ fhir:value "2021-07-15T07:08:53.568+00:00"^^xsd:dateTime ];
fhir:Meta.profile [
fhir:value "http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-relatedperson";
fhir:index 0;
fhir:link <http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-relatedperson> ]
]; #
fhir:DomainResource.text [
fhir:Narrative.status [ fhir:value "extensions" ];
fhir:Narrative.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:DomainResource.extension [
fhir:index 0;
fhir:Extension.url [ fhir:value "http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-patient-contactnote" ];
fhir:Extension.valueString [ fhir:value "This is a contact note" ]
]; #
fhir:RelatedPerson.patient [
fhir:link <https://patient.fut.trifork.com/fhir/Patient/102>;
fhir:Reference.reference [ fhir:value "https://patient.fut.trifork.com/fhir/Patient/102" ]
]; #
fhir:RelatedPerson.name [
fhir:index 0;
fhir:HumanName.use [ fhir:value "official" ];
fhir:HumanName.family [ fhir:value "Test" ];
fhir:HumanName.given [
fhir:value "RelatedPerson";
fhir:index 0 ]
]; #
fhir:RelatedPerson.address [
fhir:index 0;
fhir:Element.extension [
fhir:index 0;
fhir:Extension.url [ fhir:value "http://hl7.dk/fhir/core/StructureDefinition/dk-core-municipalityCodes" ];
fhir:Extension.valueCodeableConcept [
fhir:CodeableConcept.coding [
fhir:index 0;
fhir:Coding.system [ fhir:value "http://hl7.dk/fhir/core/CodeSystem/dk-core-municipality-codes" ];
fhir:Coding.code [ fhir:value "0330" ] ] ] ], [
fhir:index 1;
fhir:Extension.url [ fhir:value "http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-regional-subdivision-code" ];
fhir:Extension.valueCodeableConcept [
fhir:CodeableConcept.coding [
fhir:index 0;
fhir:Coding.system [ fhir:value "https://www.iso.org/obp/ui/" ];
fhir:Coding.code [ fhir:value "iso:code:3166:DK#DK-85" ] ] ] ];
fhir:Address.use [ fhir:value "home" ];
fhir:Address.line [
fhir:value "Mønsgade 20 5. tv";
fhir:index 0 ];
fhir:Address.city [ fhir:value "Aarhus" ];
fhir:Address.postalCode [ fhir:value "8000" ];
fhir:Address.country [ fhir:value "Danmark" ]
]. #
# - ontology header ------------------------------------------------------------
a owl:Ontology;
owl:imports fhir:fhir.ttl.
IG © 2021+ Systematic | Trifork. Package dk.ehealth.sundhed.fhir.ig.core#2.6.0 based on FHIR 4.0.1. Generated 2023-01-12