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

: MaximalPatient - JSON Representation

Raw json | Download

{
  "resourceType" : "Patient",
  "id" : "MaximalPatient",
  "meta" : {
    "profile" : [
      🔗 "http://bki.skane.se/invanartjanster/fhir/StructureDefinition/CommunicationPatient"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Patient MaximalPatient</b></p><a name=\"MaximalPatient\"> </a><a name=\"hcMaximalPatient\"> </a><a name=\"MaximalPatient-en-US\"> </a><p style=\"border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;\">Max Maximus(official) Female, DoB: 2001-06-11 ( urn:oid:1.2.752.129.2.1.3.1#200106116783)</p><hr/><table class=\"grid\"><tr><td style=\"background-color: #f3f5da\" title=\"Ways to contact the Patient\">Contact Detail</td><td colspan=\"3\"><ul><li>0781-341212</li><li>Mixvägen 23 4e våningen Portkod 5677 Bjuv 231 18 Sverige (home)</li><li>Ferievägen 100 Lgh 1120 Kod 6789 Karlskrona 345 53 Sverige (temp)</li></ul></td></tr><tr><td style=\"background-color: #f3f5da\" title=\"Patient Links\">Links:</td><td colspan=\"3\"><ul><li>Also see: <a href=\"RelatedPerson-MaximalRelatedPersonNOK.html\">RelatedPerson Kalle Kusin(official)</a></li><li>Also see: <a href=\"RelatedPerson-MaximalRelatedPersonGUARD.html\">RelatedPerson Mamma Maximus(official)</a></li></ul></td></tr></table></div>"
  },
  "identifier" : [
    {
      "system" : "urn:oid:1.2.752.129.2.1.3.1",
      "value" : "200106116783"
    }
  ],
  "name" : [
    {
      "extension" : [
        {
          "url" : "http://bki.skane.se/invanartjanster/fhir/StructureDefinition/extMiddleName",
          "valueString" : "Midi"
        }
      ],
      "use" : "official",
      "text" : "Max Maximus",
      "family" : "Maximus",
      "given" : [
        "Max"
      ],
      "period" : {
        "start" : "2001-06-11T14:14:12.000Z"
      }
    }
  ],
  "telecom" : [
    {
      "system" : "sms",
      "value" : "0781-341212"
    }
  ],
  "gender" : "female",
  "birthDate" : "2001-06-11",
  "address" : [
    {
      "use" : "home",
      "line" : [
        "Mixvägen 23",
        "4e våningen",
        "Portkod 5677"
      ],
      "city" : "Bjuv",
      "district" : "Skåne",
      "postalCode" : "231 18",
      "country" : "Sverige",
      "period" : {
        "start" : "2015-02-03",
        "end" : "2029-09-30"
      }
    },
    {
      "use" : "temp",
      "line" : [
        "Ferievägen 100",
        "Lgh 1120",
        "Kod 6789"
      ],
      "city" : "Karlskrona",
      "district" : "Blekinge",
      "postalCode" : "345 53",
      "country" : "Sverige",
      "period" : {
        "start" : "2024-06-30",
        "end" : "2024-09-30"
      }
    }
  ],
  "link" : [
    {
      "other" : {
        🔗 "reference" : "RelatedPerson/MaximalRelatedPersonNOK"
      },
      "type" : "seealso"
    },
    {
      "other" : {
        🔗 "reference" : "RelatedPerson/MaximalRelatedPersonGUARD"
      },
      "type" : "seealso"
    }
  ]
}