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

: MinimalRelatedPerson - JSON Representation

Raw json | Download

{
  "resourceType" : "RelatedPerson",
  "id" : "MinimalRelatedPerson",
  "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 MinimalRelatedPerson</b></p><a name=\"MinimalRelatedPerson\"> </a><a name=\"hcMinimalRelatedPerson\"> </a><a name=\"MinimalRelatedPerson-en-US\"> </a><p><b>patient</b>: <a href=\"Patient-CommunicationPatient.html\">Ture Testman(official) Male, DoB: 1905-05-12 ( urn:oid:1.2.752.129.2.1.3.1#191905121233)</a></p><p><b>relationship</b>: <span title=\"Codes:\">NOK</span></p></div>"
  },
  "patient" : {
    🔗 "reference" : "Patient/CommunicationPatient"
  },
  "relationship" : [
    {
      "coding" : [
        {
          "code" : "NOK"
        }
      ]
    }
  ]
}