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

: ReferralHealthcareService - JSON Representation

Raw json | Download

{
  "resourceType" : "HealthcareService",
  "id" : "ReferralHealthcareService",
  "meta" : {
    "profile" : [
      🔗 "http://bki.skane.se/invanartjanster/fhir/StructureDefinition/CommunicationHealthCareService"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\">CommunicationHealthCareService</div>"
  },
  "location" : [
    {
      🔗 "reference" : "Location/ReferralLocation",
      "display" : "Location"
    }
  ],
  "name" : "Vårdcentralen Vitsippan",
  "contact" : [
    {
      "telecom" : [
        {
          "system" : "phone",
          "value" : "040-987654"
        }
      ]
    }
  ]
}