eHealth Platform Federal Core Profiles
2.1.2 - STU1 Belgium flag

eHealth Platform Federal Core Profiles, published by eHealth Platform. This guide is not an authorized publication; it is the continuous build for version 2.1.2 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/hl7-be/core/ and changes regularly. See the Directory of published versions

: relatedperson - JSON Representation

Raw json | Download

{
  "resourceType" : "RelatedPerson",
  "id" : "relatedperson",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: RelatedPerson relatedperson</b></p><a name=\"relatedperson\"> </a><a name=\"hcrelatedperson\"> </a><a name=\"relatedperson-en-US\"> </a><p><b>patient</b>: <a href=\"Patient-patient1.html\">Josephine Nessa La Paradisio (official) Female, DoB: 1979-12-11 ( Medical record number: 45XXP0PA-4\u00a0(use:\u00a0usual,\u00a0))</a></p><p><b>relationship</b>: <span title=\"Codes:{http://snomed.info/sct 444191003}\">Aunt of subject (person)</span></p></div>"
  },
  "patient" : {
    🔗 "reference" : "Patient/patient1"
  },
  "relationship" : [
    {
      "coding" : [
        {
          "system" : "http://snomed.info/sct",
          "code" : "444191003"
        }
      ]
    }
  ]
}