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

: 191905121233 - JSON Representation

Raw json | Download

{
  "resourceType" : "Patient",
  "id" : "191905121233",
  "meta" : {
    "profile" : [
      🔗 "http://bki.skane.se/invanartjanster/fhir/StructureDefinition/CommunicationPatient"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\">CommunicationPatient</div>"
  },
  "identifier" : [
    {
      "system" : "urn:oid:1.2.752.219.1.10.10.1",
      "value" : "930829FZ1G"
    }
  ],
  "name" : [
    {
      "extension" : [
        {
          "url" : "http://bki.skane.se/invanartjanster/fhir/StructureDefinition/extMiddleName",
          "valueString" : "Mellanman"
        }
      ],
      "use" : "official",
      "text" : "Ture Testman",
      "family" : "Testman",
      "given" : [
        "Ture"
      ],
      "period" : {
        "start" : "2019-12-26T14:14:12.000Z"
      }
    }
  ],
  "telecom" : [
    {
      "system" : "sms",
      "value" : "0589-234321"
    }
  ],
  "gender" : "male",
  "birthDate" : "1905-05-12",
  "address" : [
    {
      "use" : "home",
      "line" : [
        "Testgatan 12",
        "Våning 4",
        "C/O Nisse Testman"
      ],
      "city" : "Lund",
      "district" : "Skåne",
      "postalCode" : "222 63",
      "country" : "Sverige",
      "period" : {
        "start" : "1998-03-31"
      }
    },
    {
      "use" : "temp",
      "line" : [
        "Lovgatan 99"
      ],
      "city" : "Falkenberg",
      "district" : "Halland",
      "postalCode" : "311 80",
      "country" : "Sverige",
      "period" : {
        "start" : "2024-07-01",
        "end" : "2024-12-31"
      }
    }
  ],
  "link" : [
    {
      "other" : {
        🔗 "reference" : "RelatedPerson/CommunicationRelatedPerson"
      },
      "type" : "seealso"
    }
  ]
}