HL7 FHIR Malaysia Core (MY Core) Implementation Guide
2.0.0 - ci-build

HL7 FHIR Malaysia Core (MY Core) Implementation Guide - Local Development build (v2.0.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: example-relatedperson - JSON Representation

Raw json | Download

{
  "resourceType" : "RelatedPerson",
  "id" : "example-relatedperson",
  "meta" : {
    "versionId" : "3",
    "lastUpdated" : "2022-09-23T00:24:27.554+08:00",
    "source" : "#3kXnpDuSJD9lBF7F",
    "profile" : [
      🔗 "http://fhir.hie.moh.gov.my/StructureDefinition/RelatedPerson-my-core"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: RelatedPerson example-relatedperson</b></p><a name=\"example-relatedperson\"> </a><a name=\"hcexample-relatedperson\"> </a><a name=\"example-relatedperson-en-US\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\">version: 3; Last updated: 2022-09-23 00:24:27+0800; </p><p style=\"margin-bottom: 0px\">Information Source: #3kXnpDuSJD9lBF7F</p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-RelatedPerson-my-core.html\">RelatedPerson (MY Core)</a></p></div><p><b>identifier</b>: <code>http://fhir.hie.moh.gov.my/sid/my-kad-no</code>/950728106052</p><p><b>active</b>: true</p><p><b>patient</b>: <a href=\"Patient/f92c383f-68de-46c1-8cde-970efa2d0f15\">Patient/f92c383f-68de-46c1-8cde-970efa2d0f15</a></p><p><b>relationship</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v3-RoleCode FAMMEMB}\">family member</span></p><p><b>name</b>: MANGSA(Official)</p></div>"
  },
  "identifier" : [
    {
      "system" : "http://fhir.hie.moh.gov.my/sid/my-kad-no",
      "value" : "950728106052"
    }
  ],
  "active" : true,
  "patient" : {
    "reference" : "Patient/f92c383f-68de-46c1-8cde-970efa2d0f15"
  },
  "relationship" : [
    {
      "coding" : [
        {
          "system" : "http://terminology.hl7.org/CodeSystem/v3-RoleCode",
          "code" : "FAMMEMB",
          "display" : "family member"
        }
      ]
    }
  ],
  "name" : [
    {
      "use" : "official",
      "text" : "MANGSA"
    }
  ]
}