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

FHIR IG analytics

Packagemyhie.v4-test
Resource TypePatient
Idread-api.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": "Patient",
  "id": "b7ba6e8c-fe50-4390-a444-5bea401f0033",
  "meta": {
    "versionId": "1",
    "lastUpdated": "2023-07-25T16:27:22.087+08:00",
    "source": "sample#SXcqmHXdBqsSziqB",
    "profile": [
      "http://fhir.hie.moh.gov.my/StructureDefinition/Patient-my-core"
    ]
  },
  "extension": [
    {
      "url": "http://fhir.hie.moh.gov.my/StructureDefinition/religion-my-core",
      "valueCodeableConcept": {
        "coding": [
          {
            "system": "http://fhir.hie.moh.gov.my/CodeSystem/religion-my-core",
            "code": "1",
            "display": "Islam"
          }
        ]
      }
    },
    {
      "url": "http://fhir.hie.moh.gov.my/StructureDefinition/ethnic-my-core",
      "valueCodeableConcept": {
        "coding": [
          {
            "system": "http://fhir.hie.moh.gov.my/CodeSystem/ethnic-my-core",
            "code": "01",
            "display": "Melayu"
          }
        ]
      }
    },
    {
      "url": "http://fhir.hie.moh.gov.my/StructureDefinition/education-level-my-core",
      "valueCodeableConcept": {
        "coding": [
          {
            "system": "http://fhir.hie.moh.gov.my/CodeSystem/education-level-my-core",
            "code": "4",
            "display": "Tertiary"
          }
        ]
      }
    },
    {
      "url": "http://fhir.hie.moh.gov.my/StructureDefinition/nationality-my-core",
      "valueCodeableConcept": {
        "coding": [
          {
            "system": "urn:iso:std:iso:3166",
            "code": "MYS",
            "display": "Malaysia"
          }
        ]
      }
    },
    {
      "url": "http://fhir.hie.moh.gov.my/StructureDefinition/monthly-household-income-my-core",
      "valueCodeableConcept": {
        "coding": [
          {
            "system": "http://fhir.hie.moh.gov.my/CodeSystem/monthly-household-income-my-core",
            "code": "02",
            "display": "< RM 500"
          }
        ]
      }
    },
    {
      "url": "http://fhir.hie.moh.gov.my/StructureDefinition/occupation-sector-my-core",
      "valueCodeableConcept": {
        "coding": [
          {
            "system": "http://fhir.hie.moh.gov.my/CodeSystem/occupation-sector-my-core",
            "code": "2",
            "display": "Art and Talent"
          }
        ],
        "text": "JURU SENI"
      }
    },
    {
      "url": "http://fhir.hie.moh.gov.my/StructureDefinition/audit-my-core",
      "extension": [
        {
          "url": "recorder",
          "valueReference": {
            "type": "PractitionerRole",
            "display": "AMIN"
          }
        },
        {
          "url": "recordedDate",
          "valueDateTime": "2022-10-05T07:14:38+08:00"
        },
        {
          "url": "lastUpdater",
          "valueReference": {
            "type": "PractitionerRole",
            "display": "ASYIQ"
          }
        }
      ]
    }
  ],
  "identifier": [
    {
      "system": "http://fhir.hie.moh.gov.my/sid/my-kad-no",
      "value": "910503145678"
    },
    {
      "system": "http://fhir.hie.moh.gov.my/sid/patient-mrn",
      "value": "HIE-00000003"
    }
  ],
  "active": true,
  "name": [
    {
      "text": "NURUL BINTI SALLEH",
      "given": [
        "NURUL BINTI SALLEH"
      ]
    }
  ],
  "telecom": [
    {
      "system": "phone",
      "value": "0102313431",
      "use": "mobile"
    },
    {
      "system": "email",
      "value": "nurulsalleh@gmail.com",
      "use": "mobile"
    }
  ],
  "gender": "female",
  "birthDate": "1991-05-03",
  "deceasedBoolean": false,
  "address": [
    {
      "extension": [
        {
          "url": "http://fhir.hie.moh.gov.my/StructureDefinition/address-district-my-core",
          "valueCodeableConcept": {
            "coding": [
              {
                "system": "http://fhir.hie.moh.gov.my/CodeSystem/district-my-core",
                "code": "1008",
                "display": "Ulu Langat"
              }
            ]
          }
        },
        {
          "url": "http://fhir.hie.moh.gov.my/StructureDefinition/address-state-my-core",
          "valueCodeableConcept": {
            "coding": [
              {
                "system": "http://fhir.hie.moh.gov.my/CodeSystem/state-my-core",
                "code": "10",
                "display": "Selangor"
              }
            ]
          }
        }
      ],
      "line": [
        "ALAM SARI"
      ],
      "city": "KAJANG",
      "postalCode": "43000",
      "country": "MYS"
    }
  ],
  "maritalStatus": {
    "coding": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/v3-MaritalStatus",
        "code": "S",
        "display": "Never Married"
      }
    ]
  },
  "contact": [
    {
      "relationship": [
        {
          "coding": [
            {
              "system": "http://fhir.hie.moh.gov.my/CodeSystem/relationship-my-core",
              "code": "04",
              "display": "Father"
            }
          ]
        }
      ],
      "name": {
        "text": "SALLEH BIN ABU",
        "given": [
          "SALLEH BIN ABU"
        ]
      },
      "telecom": [
        {
          "system": "phone",
          "value": "01156404200",
          "use": "mobile"
        },
        {
          "system": "email",
          "value": "duniakusegitiga@gmail.com",
          "use": "mobile"
        }
      ],
      "address": {
        "extension": [
          {
            "url": "http://fhir.hie.moh.gov.my/StructureDefinition/address-district-my-core",
            "valueCodeableConcept": {
              "coding": [
                {
                  "system": "http://fhir.hie.moh.gov.my/CodeSystem/district-my-core",
                  "code": "1008",
                  "display": "Ulu Langat"
                }
              ]
            }
          },
          {
            "url": "http://fhir.hie.moh.gov.my/StructureDefinition/address-state-my-core",
            "valueCodeableConcept": {
              "coding": [
                {
                  "system": "http://fhir.hie.moh.gov.my/CodeSystem/state-my-core",
                  "code": "10",
                  "display": "Selangor"
                }
              ]
            }
          }
        ],
        "line": [
          "ALAM SARI"
        ],
        "city": "KAJANG",
        "postalCode": "43000",
        "country": "MYS"
      }
    }
  ],
  "managingOrganization": {
    "reference": "Organization/11-05060009",
    "display": "HOSPITAL TUANKU JA'AFAR"
  }
}