eHealth Infrastructure
2022.2 - release

eHealth Infrastructure - Local Development build (v2022.2). See the Directory of published versions

: message01 - 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: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><b>Generated Narrative</b></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 \"message01\" Version \"1\" 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>: Activate (Details: http://ehealth.sundhed.dk/cs/administrative-status code activate = 'Activate', stated as 'null')</p><p><b>Priority</b>: routine</p><p><b>Sender careteam</b>: <a href=\"https://organization.fut.trifork.com/fhir/CareTeam/108752\">https://organization.fut.trifork.com/fhir/CareTeam/108752</a></p><p><b>Restriction category</b>: None <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"CodeSystem-ehealth-restriction-category.html\">Restriction Category</a>#None)</span></p><p><b>status</b>: completed</p><p><b>category</b>: Advice <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"CodeSystem-ehealth-message-category.html\">Message Category</a>#advice)</span></p><p><b>medium</b>: null <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"CodeSystem-ehealth-message-medium.html\">Message Medium</a>)</span></p><p><b>sent</b>: 2021-07-15 07:06:55+0000</p><p><b>recipient</b>: <a href=\"https://patient.fut.trifork.com/fhir/Patient/102\">https://patient.fut.trifork.com/fhir/Patient/102</a></p><h3>Payloads</h3><table class=\"grid\"><tr><td>-</td><td><b>Content[x]</b></td></tr><tr><td>*</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 <https://organization.fut.trifork.com/fhir/CareTeam/108752>;
       fhir:Reference.reference [ fhir:value "https://organization.fut.trifork.com/fhir/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:Communication.sent [ fhir:value "2021-07-15T07:06:55+00:00"^^xsd:dateTime];
  fhir:Communication.recipient [
     fhir:index 0;
     fhir:link <https://patient.fut.trifork.com/fhir/Patient/102>;
     fhir:Reference.reference [ fhir:value "https://patient.fut.trifork.com/fhir/Patient/102" ]
  ];
  fhir:Communication.payload [
     fhir:index 0;
     fhir:Communication.payload.contentString [ fhir:value "MESSAGE PAYLOAD" ]
  ].

# - ontology header ------------------------------------------------------------

 a owl:Ontology;
  owl:imports fhir:fhir.ttl.