DK MedCom Carecommunication
3.0.0 - release Denmark flag

This page is part of the DK MedCom CareCommunication (v3.0.0: Release) based on FHIR R4. The current version which supercedes this version is 2.0.0. For a full list of available versions, see the Directory of published versions

: Instance of Communication resource used in a reply message. A reply to an OIOXML message - 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:Communication ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "f54efd18-5520-11ed-bdc3-0242ac120002"] ; # 
  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 "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: Communication</b><a name=\"f54efd18-5520-11ed-bdc3-0242ac120002\"> </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 Communication &quot;f54efd18-5520-11ed-bdc3-0242ac120002&quot; </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-medcom-careCommunication-communication.html\">MedComCareCommunication</a></p></div><p><b>status</b>: unknown</p><p><b>category</b>: Care Coordination <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://medcomfhir.dk/ig/terminology/1.4.0/CodeSystem-medcom-careCommunication-categoryCodes.html\">MedComCareCommunicationCategories</a>#carecoordination)</span></p><p><b>subject</b>: <a href=\"Patient-23ebfcd8-e4f2-4ce8-908b-aa7cfb9ffef5.html\">Patient/23ebfcd8-e4f2-4ce8-908b-aa7cfb9ffef5</a> &quot; ELMER&quot;</p><p><b>encounter</b>: <a href=\"Encounter-2a5b01e4-8c2c-481b-ab12-e383d8e00629.html\">Encounter/2a5b01e4-8c2c-481b-ab12-e383d8e00629</a></p><h3>Payloads</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Extension</b></td><td><b>Content[x]</b></td></tr><tr><td style=\"display: none\">*</td><td>, , , </td><td>We have a question regarding the referal...</td></tr></table></div>"
  ] ; # 
  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 "carecoordination" ]     ] )
  ] ) ; # 
  fhir:subject [
fhir:reference [ fhir:v "Patient/23ebfcd8-e4f2-4ce8-908b-aa7cfb9ffef5" ]
  ] ; # 
  fhir:encounter [
fhir:reference [ fhir:v "Encounter/2a5b01e4-8c2c-481b-ab12-e383d8e00629" ]
  ] ; # 
  fhir:payload ( [
    ( fhir:extension [
fhir:url [ fhir:v "http://medcomfhir.dk/ig/core/StructureDefinition/medcom-core-datetime-extension"^^xsd:anyURI ] ;
fhir:value [ fhir:v "2023-03-03T12:00:00+01: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:8521000b-ce04-4c18-b9b1-04dcbdf8e112" ] ;
fhir:assigner [
fhir:reference [ fhir:v "Organization/e17d03b8-e7fd-4654-bc9c-cb2eb5dda71f" ]         ]       ]     ] [
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/8dc790ba-8d93-4585-b91c-af8225b0796d" ]       ]     ] [
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 [ fhir:v "We have a question regarding the referal..." ]
  ] ) . #