Search

ZD Communication

Resources conforming to this profile are requested by ZorgDomein using a FHIR read request. The Communication resource is requested to obtain the body text of documents that are generated by the information system of the sender of the document. The resource ID that is used to do the read request is derived from the reference in the message slice on Task.input. See Send documents for more details. 

The canonical URL for this profile is:

http://zorgdomein.nl/fhir/StructureDefinition/zd-communication

This profile builds on Communication.


identifier Σ 0..* Identifier
definition Σ 0..* Reference(PlanDefinition | ActivityDefinition)
reference Σ 1..1 string
identifier Σ 0..1 Identifier
display Σ 0..1 string
partOf Σ 0..* Reference(Resource)
status Σ ?! 1..1 codeBinding
notDone Σ ?! 0..1 boolean
notDoneReason Σ 0..1 CodeableConcept
category 0..* CodeableConcept
medium 0..* CodeableConcept
subject Σ 0..1 Reference(Patient | Group)
recipient 0..* Reference(Device | Organization | Patient | Practitioner | RelatedPerson | Group)
topic 0..* Reference(Resource)
context Σ 0..1 Reference(Encounter | EpisodeOfCare)
sent 0..1 dateTime
received 0..1 dateTime
sender 0..1 Reference(Device | Organization | Patient | Practitioner | RelatedPerson)
reasonCode Σ 0..* CodeableConcept
reasonReference Σ 0..* Reference(Condition | Observation)
contentString 1..1 string
note 0..* Annotation

See the profile on simplifier.net for additional details.

Example resource

Below you find an example of a resource that conforms to the ZD Communication profile.

    {
      "resourceType": "Communication",
      "meta": {
        "profile": [
          "http://zorgdomein.nl/fhir/StructureDefinition/zd-communication"
        ]
      },
      "basedOn": [
        {
          "reference": "Task/1864"
        }
      ],
      "status": "in-progress",
      "subject": {
        "reference": "Patient/1"
      },
      "payload": [
        {
          "contentString": "Geachte heer I.O. Huisarts, \n\nQuisque vel felis facilisis, rhoncus dolor in, tempor lacus. Vestibulum at elementum orci. Vivamus fringilla vestibulum pretium. Quisque auctor, lectus id molestie ullamcorper, quam elit fermentum arcu, sit amet pulvinar sem nunc et nisl. Curabitur sed mauris tempus, vulputate urna ac, feugiat sapien. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Quisque sed mauris eget nibh condimentum semper nec vel mauris. \n\nMet vriendelijke groet, \n\nDhr. I.O. Fysio Breukelen"
        }
      ]
    }
    
    <Communication xmlns='http://hl7.org/fhir'>
      <meta>
        <profile value='http://zorgdomein.nl/fhir/StructureDefinition/zd-communication'/>
      </meta>
      <basedOn>
        <reference value='Task/1864'/>
      </basedOn>
      <status value='in-progress'/>
      <subject>
        <reference value='Patient/1'/>
      </subject>
      <payload>
        <contentString value='Geachte heer I.O. Huisarts, 
    
    Quisque vel felis facilisis, rhoncus dolor in, tempor lacus. Vestibulum at elementum orci. Vivamus fringilla vestibulum pretium. Quisque auctor, lectus id molestie ullamcorper, quam elit fermentum arcu, sit amet pulvinar sem nunc et nisl. Curabitur sed mauris tempus, vulputate urna ac, feugiat sapien. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Quisque sed mauris eget nibh condimentum semper nec vel mauris. 
    
    Met vriendelijke groet, 
    
    Dhr. I.O. Fysio Breukelen'/>
      </payload>
    </Communication>