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

: MaximalRelatedPersonNOK - JSON Representation

Raw json | Download

{
  "resourceType" : "RelatedPerson",
  "id" : "MaximalRelatedPersonNOK",
  "meta" : {
    "profile" : [
      🔗 "http://bki.skane.se/invanartjanster/fhir/StructureDefinition/CommunicationRelatedPerson"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: RelatedPerson MaximalRelatedPersonNOK</b></p><a name=\"MaximalRelatedPersonNOK\"> </a><a name=\"hcMaximalRelatedPersonNOK\"> </a><a name=\"MaximalRelatedPersonNOK-en-US\"> </a><p><b>identifier</b>: <code>urn:oid:1.2.752.129.2.1.3.1</code>/197207048536</p><p><b>patient</b>: <a href=\"Patient-MaximalPatient.html\">Max Maximus(official) Female, DoB: 2001-06-11 ( urn:oid:1.2.752.129.2.1.3.1#200106116783)</a></p><p><b>relationship</b>: <span title=\"Codes:\">NOK</span></p><p><b>name</b>: Kalle Kusin(Official)</p><p><b>telecom</b>: 0732-228821</p><p><b>address</b>: </p><ul><li>Husstigen 5 Göteborg 45 612 Sverige (home)</li><li>Ferievägen 100 Lgh 1120 Kod 6789 Karlskrona 345 53 Sverige (temp)</li></ul></div>"
  },
  "identifier" : [
    {
      "system" : "urn:oid:1.2.752.129.2.1.3.1",
      "value" : "197207048536"
    }
  ],
  "patient" : {
    🔗 "reference" : "Patient/MaximalPatient"
  },
  "relationship" : [
    {
      "coding" : [
        {
          "code" : "NOK"
        }
      ]
    }
  ],
  "name" : [
    {
      "extension" : [
        {
          "url" : "http://bki.skane.se/invanartjanster/fhir/StructureDefinition/extMiddleName",
          "valueString" : "Mellansson"
        }
      ],
      "use" : "official",
      "text" : "Kalle Kusin",
      "family" : "Kusin",
      "given" : [
        "Kalle"
      ]
    }
  ],
  "telecom" : [
    {
      "system" : "sms",
      "value" : "0732-228821"
    }
  ],
  "address" : [
    {
      "use" : "home",
      "line" : [
        "Husstigen 5"
      ],
      "city" : "Göteborg",
      "district" : "Västra Götaland",
      "postalCode" : "45 612",
      "country" : "Sverige",
      "period" : {
        "start" : "1998-03-31",
        "end" : "2024-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"
      }
    }
  ]
}