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-familymemberhistory - JSON Representation

Raw json | Download

{
  "resourceType" : "FamilyMemberHistory",
  "id" : "example-familymemberhistory",
  "meta" : {
    "versionId" : "1",
    "lastUpdated" : "2022-08-09T07:07:57.920+08:00",
    "source" : "http://provider.hie.moh.gov.my",
    "profile" : [
      🔗 "http://fhir.hie.moh.gov.my/StructureDefinition/FamilyMemberHistory-my-core"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: FamilyMemberHistory example-familymemberhistory</b></p><a name=\"example-familymemberhistory\"> </a><a name=\"hcexample-familymemberhistory\"> </a><a name=\"example-familymemberhistory-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: 1; Last updated: 2022-08-09 07:07:57+0800; </p><p style=\"margin-bottom: 0px\">Information Source: <a href=\"http://provider.hie.moh.gov.my\">http://provider.hie.moh.gov.my</a></p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-FamilyMemberHistory-my-core.html\">FamilyMemberHistory (MY Core)</a></p></div><p><b>status</b>: Completed</p><p><b>patient</b>: <a href=\"Patient/HIE-2200000497\">Patient/HIE-2200000497</a></p><p><b>date</b>: 2022-06-20 15:00:00+0800</p><p><b>name</b>: Zai Hawa</p><p><b>relationship</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v3-RoleCode MTH}\">mother</span></p><p><b>sex</b>: <span title=\"Codes:{http://hl7.org/fhir/administrative-gender female}\">Female</span></p><p><b>age</b>: 60</p><p><b>estimatedAge</b>: true</p><p><b>deceased</b>: false</p><blockquote><p><b>condition</b></p><p><b>code</b>: <span title=\"Codes:\">Bronchial asthma</span></p><p><b>contributedToDeath</b>: false</p><p><b>onset</b>: 1960 --&gt; (ongoing)</p><p><b>note</b>: Patient has history of asthma since 1960. On MDI salbutamol 4 puff PRN and MDI budesonide 2 puff BD. Last attack was on 2021. Likely trigger was cold weather. Otherwise, patient complicant to her medication. Patient is not a smoker (By PractitionerRole/03367015-041c-4250-b8ab-1bb02df72e4f @2022-04-18 15:00:00+0800), 2nd entry (By PractitionerRole/03367015-041c-4250-b8ab-1bb02df72e4f @2022-05-18 15:00:00+0800)</p></blockquote></div>"
  },
  "status" : "completed",
  "patient" : {
    "reference" : "Patient/HIE-2200000497"
  },
  "date" : "2022-06-20T15:00:00.000+08:00",
  "name" : "Zai Hawa",
  "relationship" : {
    "coding" : [
      {
        "system" : "http://terminology.hl7.org/CodeSystem/v3-RoleCode",
        "code" : "MTH",
        "display" : "mother"
      }
    ]
  },
  "sex" : {
    "coding" : [
      {
        "system" : "http://hl7.org/fhir/administrative-gender",
        "code" : "female",
        "display" : "Female"
      }
    ]
  },
  "ageString" : "60",
  "estimatedAge" : true,
  "deceasedBoolean" : false,
  "condition" : [
    {
      "code" : {
        "text" : "Bronchial asthma"
      },
      "contributedToDeath" : false,
      "onsetPeriod" : {
        "start" : "1960"
      },
      "note" : [
        {
          "authorReference" : {
            "reference" : "PractitionerRole/03367015-041c-4250-b8ab-1bb02df72e4f"
          },
          "time" : "2022-04-18T15:00:00.000+08:00",
          "text" : "Patient has history of asthma since 1960. On MDI salbutamol 4 puff PRN and MDI budesonide 2 puff BD. Last attack was on 2021. Likely trigger was cold weather. Otherwise, patient complicant to her medication. Patient is not a smoker"
        },
        {
          "authorReference" : {
            "reference" : "PractitionerRole/03367015-041c-4250-b8ab-1bb02df72e4f"
          },
          "time" : "2022-05-18T15:00:00.000+08:00",
          "text" : "2nd entry"
        }
      ]
    }
  ]
}