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

: ReferralLocation - JSON Representation

Raw json | Download

{
  "resourceType" : "Location",
  "id" : "ReferralLocation",
  "meta" : {
    "profile" : [
      🔗 "http://bki.skane.se/invanartjanster/fhir/StructureDefinition/CommunicationLocation"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Location ReferralLocation</b></p><a name=\"ReferralLocation\"> </a><a name=\"hcReferralLocation\"> </a><a name=\"ReferralLocation-en-US\"> </a><p><b>address</b>: Bärgatan 6C Dalby 247 43 </p></div>"
  },
  "address" : {
    "line" : [
      "Bärgatan 6C"
    ],
    "city" : "Dalby",
    "postalCode" : "247 43",
    "period" : {
      "start" : "2010-01-01",
      "end" : "2030-12-31"
    }
  }
}