@prefix fhir: . @prefix owl: . @prefix rdfs: . @prefix xsd: . # - resource ------------------------------------------------------------------- a fhir:Communication ; fhir:nodeRole fhir:treeRoot ; fhir:id [ fhir:v "message01"] ; # fhir:meta [ fhir:versionId [ fhir:v "1" ] ; fhir:lastUpdated [ fhir:v "2021-07-15T07:06:55.257+00:00"^^xsd:dateTime ] ; fhir:profile ( [ fhir:v "http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-message"^^xsd:anyURI ; fhir:link ] ) ] ; # fhir:text [ fhir:status [ fhir:v "extensions" ] ; fhir:div "

Generated Narrative: Communication

Resource Communication "message01" Version "1" Updated "2021-07-15 07:06:55+0000"

Profile: ehealth-message

Thread id: b84a4a49-ede2-45eb-8400-eb2469a08f3e

Title: Sample title...

Administrative status: Activate (Details: http://ehealth.sundhed.dk/cs/administrative-status code activate = 'Activate', stated as 'null')

Priority: routine

Sender careteam: https://organization.fut.trifork.com/fhir/CareTeam/108752

Restriction category: None (Restriction Category#None)

status: completed

category: Advice (Message Category#advice)

medium: null (Message Medium)

sent: 2021-07-15 07:06:55+0000

recipient: https://patient.fut.trifork.com/fhir/Patient/102

Payloads

-Content[x]
*MESSAGE PAYLOAD
" ] ; # fhir:extension ( [ fhir:url [ fhir:v "http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-thread-id"^^xsd:anyURI ] ; fhir:value [ fhir:v "b84a4a49-ede2-45eb-8400-eb2469a08f3e" ] ] [ fhir:url [ fhir:v "http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-title"^^xsd:anyURI ] ; fhir:value [ fhir:v "Sample title..." ] ] [ fhir:url [ fhir:v "http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-administrative-status"^^xsd:anyURI ] ; fhir:value [ a fhir:Coding ; fhir:system [ fhir:v "http://ehealth.sundhed.dk/cs/administrative-status"^^xsd:anyURI ] ; fhir:code [ fhir:v "activate" ] ] ] [ fhir:url [ fhir:v "http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-priority"^^xsd:anyURI ] ; fhir:value [ fhir:v "routine" ] ] [ fhir:url [ fhir:v "http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-communication-senderCareTeam"^^xsd:anyURI ] ; fhir:value [ a fhir:Reference ; fhir:link ; fhir:reference [ fhir:v "https://organization.fut.trifork.com/fhir/CareTeam/108752" ] ] ] [ fhir:url [ fhir:v "http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-restriction-category"^^xsd:anyURI ] ; fhir:value [ a fhir:CodeableConcept ; fhir:coding ( [ fhir:system [ fhir:v "http://ehealth.sundhed.dk/cs/restriction-category"^^xsd:anyURI ] ; fhir:code [ fhir:v "None" ] ] ) ] ] ) ; # fhir:status [ fhir:v "completed"] ; # fhir:category ( [ fhir:coding ( [ fhir:system [ fhir:v "http://ehealth.sundhed.dk/cs/message-category"^^xsd:anyURI ] ; fhir:code [ fhir:v "advice" ] ] ) ] ) ; # fhir:medium ( [ fhir:coding ( [ fhir:system [ fhir:v "http://ehealth.sundhed.dk/cs/message-medium"^^xsd:anyURI ] ] ) ] ) ; # fhir:sent [ fhir:v "2021-07-15T07:06:55+00:00"^^xsd:dateTime] ; # fhir:recipient ( [ fhir:link ; fhir:reference [ fhir:v "https://patient.fut.trifork.com/fhir/Patient/102" ] ] ) ; # fhir:payload ( [ fhir:content [ fhir:v "MESSAGE PAYLOAD" ] ] ) . # # -------------------------------------------------------------------------------------