This page is part of the FUT Infrastructure (v10.0.0: Release) based on FHIR (HL7® FHIR® Standard) R4. This is the current published version. For a full list of available versions, 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 -------------------------------------------------------------------
<http://hl7.org/fhir/Communication/message01> a fhir:Communication ;
fhir:nodeRole fhir:treeRoot ;
fhir:Resource.id [ fhir:value "message01"] ;
fhir:Resource.meta [
fhir:Meta.versionId [ fhir:value "1" ] ;
fhir:Meta.lastUpdated [ fhir:value "2021-07-15T07:06:55.257+00:00"^^xsd:dateTime ] ;
fhir:Meta.profile [
fhir:value "http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-message" ;
fhir:index 0 ;
fhir:link <http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-message>
]
] ;
fhir:DomainResource.text [
fhir:Narrative.status [ fhir:value "extensions" ] ;
fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Communication message01</b></p><a name=\"message01\"> </a><a name=\"hcmessage01\"> </a><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\">version: 1; Last updated: 2021-07-15 07:06:55+0000</p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-ehealth-message.html\">ehealth-message</a></p></div><p><b>Thread id</b>: b84a4a49-ede2-45eb-8400-eb2469a08f3e</p><p><b>Title</b>: Sample title...</p><p><b>Administrative status</b>: <a href=\"CodeSystem-ehealth-administrative-status.html#ehealth-administrative-status-activate\">Administrative Status: activate</a> (Ikke læst)</p><p><b>Priority</b>: routine</p><p><b>Sender careteam</b>: <a href=\"CareTeam-108752.html\">CareTeam Example CareTeam</a></p><p><b>Restriction category</b>: <span title=\"Codes:{http://ehealth.sundhed.dk/cs/restriction-category None}\">None</span></p><p><b>status</b>: Completed</p><p><b>category</b>: <span title=\"Codes:{http://ehealth.sundhed.dk/cs/message-category advice}\">Advisering</span></p><p><b>medium</b>: <span title=\"Codes:{http://ehealth.sundhed.dk/cs/message-medium nemsms}\">NemSMS</span></p><p><b>sent</b>: 2021-07-15 07:06:55+0000</p><p><b>recipient</b>: <a href=\"Patient-102.html\">Nancy Ann Berggren (official) Unknown, DoB Unknown ( urn:oid:1.2.208.176.1.2#Danish civil registration system - CPR#2512489996 (use: official, ))</a></p><h3>Payloads</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Content[x]</b></td></tr><tr><td style=\"display: none\">*</td><td>MESSAGE PAYLOAD</td></tr></table></div>"
] ;
fhir:DomainResource.extension [
fhir:index 0 ;
fhir:Extension.url [ fhir:value "http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-thread-id" ] ;
fhir:Extension.valueString [ fhir:value "b84a4a49-ede2-45eb-8400-eb2469a08f3e" ]
], [
fhir:index 1 ;
fhir:Extension.url [ fhir:value "http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-title" ] ;
fhir:Extension.valueString [ fhir:value "Sample title..." ]
], [
fhir:index 2 ;
fhir:Extension.url [ fhir:value "http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-administrative-status" ] ;
fhir:Extension.valueCoding [
fhir:Coding.system [ fhir:value "http://ehealth.sundhed.dk/cs/administrative-status" ] ;
fhir:Coding.code [ fhir:value "activate" ]
]
], [
fhir:index 3 ;
fhir:Extension.url [ fhir:value "http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-priority" ] ;
fhir:Extension.valueCode [ fhir:value "routine" ]
], [
fhir:index 4 ;
fhir:Extension.url [ fhir:value "http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-communication-senderCareTeam" ] ;
fhir:Extension.valueReference [
fhir:link <http://hl7.org/fhir/CareTeam/108752> ;
fhir:Reference.reference [ fhir:value "CareTeam/108752" ]
]
], [
fhir:index 5 ;
fhir:Extension.url [ fhir:value "http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-restriction-category" ] ;
fhir:Extension.valueCodeableConcept [
fhir:CodeableConcept.coding [
fhir:index 0 ;
fhir:Coding.system [ fhir:value "http://ehealth.sundhed.dk/cs/restriction-category" ] ;
fhir:Coding.code [ fhir:value "None" ]
]
]
] ;
fhir:Communication.status [ fhir:value "completed"] ;
fhir:Communication.category [
fhir:index 0 ;
fhir:CodeableConcept.coding [
fhir:index 0 ;
fhir:Coding.system [ fhir:value "http://ehealth.sundhed.dk/cs/message-category" ] ;
fhir:Coding.code [ fhir:value "advice" ]
]
] ;
fhir:Communication.medium [
fhir:index 0 ;
fhir:CodeableConcept.coding [
fhir:index 0 ;
fhir:Coding.system [ fhir:value "http://ehealth.sundhed.dk/cs/message-medium" ] ;
fhir:Coding.code [ fhir:value "nemsms" ]
]
] ;
fhir:Communication.sent [ fhir:value "2021-07-15T07:06:55+00:00"^^xsd:dateTime] ;
fhir:Communication.recipient [
fhir:index 0 ;
fhir:link <http://hl7.org/fhir/Patient/102> ;
fhir:Reference.reference [ fhir:value "Patient/102" ]
] ;
fhir:Communication.payload [
fhir:index 0 ;
fhir:Communication.payload.contentString [ fhir:value "MESSAGE PAYLOAD" ]
] .
<http://hl7.org/fhir/CareTeam/108752> a fhir:CareTeam .
<http://hl7.org/fhir/Patient/102> a fhir:Patient .
# - ontology header ------------------------------------------------------------
<http://hl7.org/fhir/Communication/message01.ttl> a owl:Ontology ;
owl:imports fhir:fhir.ttl ;
owl:versionIRI <http://build.fhir.org/Communication/message01.ttl> .
IG © 2021+ Den telemedicinske infrastruktur (eHealth Infrastructure). Package dk.ehealth.sundhed.fhir.ig.core#10.0.0 based on FHIR 4.0.1. Generated 2026-08-06
