DK MedCom Carecommunication, published by MedCom. This guide is not an authorized publication; it is the continuous build for version 4.0.2 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/medcomdk/dk-medcom-carecommunication/ and changes regularly. See the Directory of published versions
@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
# - resource -------------------------------------------------------------------
a fhir:Communication ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "e37c9933-1fc6-48e0-9819-66bc026cf3d4"] ; #
fhir:meta [
( fhir:profile [
fhir:v "http://medcomfhir.dk/ig/carecommunication/StructureDefinition/medcom-careCommunication-communication"^^xsd:anyURI ;
fhir:link <http://medcomfhir.dk/ig/carecommunication/StructureDefinition/medcom-careCommunication-communication> ] )
] ; #
fhir:text [
fhir:status [ fhir:v "extensions" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Communication e37c9933-1fc6-48e0-9819-66bc026cf3d4</b></p><a name=\"e37c9933-1fc6-48e0-9819-66bc026cf3d4\"> </a><a name=\"hce37c9933-1fc6-48e0-9819-66bc026cf3d4\"> </a><a name=\"e37c9933-1fc6-48e0-9819-66bc026cf3d4-da-DK\"> </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\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-medcom-careCommunication-communication.html\">MedComCareCommunication</a></p></div><p><b>identifier</b>: urn:uuid:bb5aba27-2112-434a-ac3f-d317ba7a70cd</p><p><b>status</b>: Unknown</p><p><b>category</b>: <span title=\"Codes:{http://medcomfhir.dk/ig/terminology/CodeSystem/medcom-careCommunication-categoryCodes examination-results}\">Examination Results</span></p><p><b>subject</b>: <a href=\"Patient-1c4dbd72-4af3-41f9-a9b5-dacd8d62f994.html\">Bruno Test Elmer (official) (no stated gender), DoB Unknown ( urn:oid:1.2.208.176.1.2#2509479989)</a></p><p><b>topic</b>: <span title=\"Codes:\">Resultater fra hjemmesygeplejen</span></p><blockquote><p><b>payload</b></p><p><b>DateTimeExtension</b>: 2024-08-15 15:20:00+0200</p><p><b>IdentifierExtension</b>: urn:uuid:d189f0c2-8397-4cae-b62c-0d0958b4899a</p><p><b>PractitionerExtension</b>: <a href=\"PractitionerRole-da0ffcef-7cdd-43be-a462-47caa7abc8a8.html\">PractitionerRole Sygeplejerske</a></p><p><b>ContactExtension</b>: ph: 38683868</p><p><b>content</b>: Til rette vedkommende. Vi ønsker information om de seneste undersøgelser udført på Bruno. På forhånd tak.\n Hilsen Michael Burns \n Sygeplejerske</p></blockquote><blockquote><p><b>payload</b></p><p><b>DateTimeExtension</b>: 2024-08-16 11:30:00+0200</p><p><b>IdentifierExtension</b>: urn:uuid:4fa05d8d-66e7-46dd-8029-428d44d33f53</p><p><b>PractitionerExtension</b>: <a href=\"PractitionerRole-6666a833-8621-475a-9fc5-a34b1a043a03.html\">PractitionerRole Optiker</a></p><p><b>ContactExtension</b>: ph: 004523232323</p><p><b>content</b>: Hej, jeg videresender nedenstående besked til jer, da I har udført undersøgelserne på Bruno. Svar venligst direkte til Michael fra Hjerteafdelingen på Herlev og Gentofte hospital. Med venlig hilsen Emma Waters \nOptiker</p></blockquote></div>"^^rdf:XMLLiteral
] ; #
fhir:identifier ( [
fhir:value [ fhir:v "urn:uuid:bb5aba27-2112-434a-ac3f-d317ba7a70cd" ]
] ) ; #
fhir:status [ fhir:v "unknown"] ; #
fhir:category ( [
( fhir:coding [
fhir:system [ fhir:v "http://medcomfhir.dk/ig/terminology/CodeSystem/medcom-careCommunication-categoryCodes"^^xsd:anyURI ] ;
fhir:code [ fhir:v "examination-results" ] ] )
] ) ; #
fhir:subject [
fhir:reference [ fhir:v "Patient/1c4dbd72-4af3-41f9-a9b5-dacd8d62f994" ]
] ; #
fhir:topic [
fhir:text [ fhir:v "Resultater fra hjemmesygeplejen" ]
] ; #
fhir:payload ( [
( fhir:extension [
fhir:url [ fhir:v "http://medcomfhir.dk/ig/core/StructureDefinition/medcom-core-datetime-extension"^^xsd:anyURI ] ;
fhir:value [
a fhir:dateTime ;
fhir:v "2024-08-15T15:20:00+02:00"^^xsd:dateTime ] ] [
fhir:url [ fhir:v "http://medcomfhir.dk/ig/core/StructureDefinition/medcom-core-identifier-extension"^^xsd:anyURI ] ;
fhir:value [
a fhir:Identifier ;
fhir:value [ fhir:v "urn:uuid:d189f0c2-8397-4cae-b62c-0d0958b4899a" ] ;
fhir:assigner [
fhir:reference [ fhir:v "Organization/8b67e42d-fc9b-45c4-8313-86b9c7416445" ] ] ] ] [
fhir:url [ fhir:v "http://medcomfhir.dk/ig/core/StructureDefinition/medcom-core-practitioner-extension"^^xsd:anyURI ] ;
fhir:value [
a fhir:Reference ;
fhir:reference [ fhir:v "PractitionerRole/da0ffcef-7cdd-43be-a462-47caa7abc8a8" ] ] ] [
fhir:url [ fhir:v "http://medcomfhir.dk/ig/core/StructureDefinition/medcom-core-contact-extension"^^xsd:anyURI ] ;
fhir:value [
a fhir:ContactPoint ;
fhir:system [ fhir:v "phone" ] ;
fhir:value [ fhir:v "38683868" ] ] ] ) ;
fhir:content [
a fhir:string ;
fhir:v "Til rette vedkommende. Vi ønsker information om de seneste undersøgelser udført på Bruno. På forhånd tak.\n Hilsen Michael Burns \n Sygeplejerske" ]
] [
( fhir:extension [
fhir:url [ fhir:v "http://medcomfhir.dk/ig/core/StructureDefinition/medcom-core-datetime-extension"^^xsd:anyURI ] ;
fhir:value [
a fhir:dateTime ;
fhir:v "2024-08-16T11:30:00+02:00"^^xsd:dateTime ] ] [
fhir:url [ fhir:v "http://medcomfhir.dk/ig/core/StructureDefinition/medcom-core-identifier-extension"^^xsd:anyURI ] ;
fhir:value [
a fhir:Identifier ;
fhir:value [ fhir:v "urn:uuid:4fa05d8d-66e7-46dd-8029-428d44d33f53" ] ;
fhir:assigner [
fhir:reference [ fhir:v "Organization/ca5a7c53-fc3a-4565-b419-a443c3bc6870" ] ] ] ] [
fhir:url [ fhir:v "http://medcomfhir.dk/ig/core/StructureDefinition/medcom-core-practitioner-extension"^^xsd:anyURI ] ;
fhir:value [
a fhir:Reference ;
fhir:reference [ fhir:v "PractitionerRole/6666a833-8621-475a-9fc5-a34b1a043a03" ] ] ] [
fhir:url [ fhir:v "http://medcomfhir.dk/ig/core/StructureDefinition/medcom-core-contact-extension"^^xsd:anyURI ] ;
fhir:value [
a fhir:ContactPoint ;
fhir:system [ fhir:v "phone" ] ;
fhir:value [ fhir:v "004523232323" ] ] ] ) ;
fhir:content [
a fhir:string ;
fhir:v "Hej, jeg videresender nedenstående besked til jer, da I har udført undersøgelserne på Bruno. Svar venligst direkte til Michael fra Hjerteafdelingen på Herlev og Gentofte hospital. Med venlig hilsen Emma Waters \nOptiker" ]
] ) . #
IG © 2021+ MedCom. Package medcom.fhir.dk.carecommunication#4.0.2 based on FHIR 4.0.1. Generated 2025-04-09
Links: Table of Contents |
QA Report
| Accessibility statement (Tilgængelighedserklæring)