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

: MaximalInvitationLocation - JSON Representation

Raw json | Download

{
  "resourceType" : "Location",
  "id" : "MaximalInvitationLocation",
  "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 MaximalInvitationLocation</b></p><a name=\"MaximalInvitationLocation\"> </a><a name=\"hcMaximalInvitationLocation\"> </a><a name=\"MaximalInvitationLocation-en-US\"> </a><p><b>address</b>: Lasarettgatan 1 Byggnad B Plan 8 Lund 221 23 Sverige </p></div>"
  },
  "address" : {
    "line" : [
      "Lasarettgatan 1",
      "Byggnad B",
      "Plan 8"
    ],
    "city" : "Lund",
    "district" : "Skåne",
    "postalCode" : "221 23",
    "country" : "Sverige",
    "period" : {
      "start" : "2015-02-03",
      "end" : "2029-09-30"
    }
  }
}