AddCommunication Implementation Guide
2.2 - version 2.2

This page is part of the Release of AddCommunication IG (v2.2: Release) based on FHIR (HL7® FHIR® Standard) v5.0.0. . For a full list of available versions, see the Directory of published versions

: MaximalOtherCommunicationRequest - JSON Representation

Raw json | Download

{
  "resourceType" : "CommunicationRequest",
  "id" : "MaximalOtherCommunicationRequest",
  "meta" : {
    "versionId" : "70BFFBB8-0919-4DC2-BF8A-77EA18DD4B52",
    "profile" : [
      🔗 "http://bki.skane.se/invanartjanster/fhir/StructureDefinition/OtherCommunicationRequest"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\">OtherCommunicationRequest</div>"
  },
  "extension" : [
    {
      "url" : "http://bki.skane.se/invanartjanster/fhir/StructureDefinition/extActionType",
      "valueString" : "CONFIRMATION_WITHIN_CARE_GUARANTEE"
    },
    {
      "extension" : [
        {
          "url" : "healthcareService",
          "valueReference" : {
            🔗 "reference" : "HealthcareService/ReferralHealthcareService"
          }
        },
        {
          "url" : "gapDays",
          "valueInteger" : 7
        },
        {
          "url" : "receiveCorrespondence",
          "valueBoolean" : true
        }
      ],
      "url" : "http://bki.skane.se/invanartjanster/fhir/StructureDefinition/extReferralReference"
    }
  ],
  "identifier" : [
    {
      "value" : "3F929653-FDB4-4120-A935-136F6A6F0422"
    }
  ],
  "status" : "active",
  "intent" : "order",
  "subject" : {
    🔗 "reference" : "Patient/MaximalPatient",
    "display" : "Reference to Patient"
  },
  "informationProvider" : [
    {
      🔗 "reference" : "HealthcareService/MaximalOtherHealthcareService",
      "display" : "Reference to HealthcareService"
    }
  ]
}