FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagemyhie.v4
Resource TypeFamilyMemberHistory
Idexample-familymemberhistory.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source1

{
  "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"
    ]
  },
  "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 budeosonice 2puff 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"
        }
      ]
    }
  ]
}