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
@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
# - resource -------------------------------------------------------------------
a fhir:FamilyMemberHistory ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "example-familymemberhistory"] ; #
fhir:meta [
fhir:versionId [ fhir:v "1" ] ;
fhir:lastUpdated [ fhir:v "2022-08-09T07:07:57.920+08:00"^^xsd:dateTime ] ;
fhir:source [ fhir:v "http://provider.hie.moh.gov.my"^^xsd:anyURI ] ;
( fhir:profile [
fhir:v "http://fhir.hie.moh.gov.my/StructureDefinition/FamilyMemberHistory-my-core"^^xsd:anyURI ;
fhir:link <http://fhir.hie.moh.gov.my/StructureDefinition/FamilyMemberHistory-my-core> ] )
] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir: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 --> (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>"^^rdf:XMLLiteral
] ; #
fhir:status [ fhir:v "completed"] ; #
fhir:patient [
fhir:reference [ fhir:v "Patient/HIE-2200000497" ]
] ; #
fhir:date [ fhir:v "2022-06-20T15:00:00.000+08:00"^^xsd:dateTime] ; #
fhir:name [ fhir:v "Zai Hawa"] ; #
fhir:relationship [
( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v3-RoleCode"^^xsd:anyURI ] ;
fhir:code [ fhir:v "MTH" ] ;
fhir:display [ fhir:v "mother" ] ] )
] ; #
fhir:sex [
( fhir:coding [
fhir:system [ fhir:v "http://hl7.org/fhir/administrative-gender"^^xsd:anyURI ] ;
fhir:code [ fhir:v "female" ] ;
fhir:display [ fhir:v "Female" ] ] )
] ; #
fhir:age [
a fhir:string ;
fhir:v "60"
] ; #
fhir:estimatedAge [ fhir:v "true"^^xsd:boolean] ; #
fhir:deceased [
a fhir:boolean ;
fhir:v "false"^^xsd:boolean
] ; #
fhir:condition ( [
fhir:code [
fhir:text [ fhir:v "Bronchial asthma" ] ] ;
fhir:contributedToDeath [ fhir:v "false"^^xsd:boolean ] ;
fhir:onset [
a fhir:Period ;
fhir:start [ fhir:v "1960"^^xsd:gYear ] ] ;
( fhir:note [
fhir:author [
a fhir:Reference ;
fhir:reference [ fhir:v "PractitionerRole/03367015-041c-4250-b8ab-1bb02df72e4f" ] ] ;
fhir:time [ fhir:v "2022-04-18T15:00:00.000+08:00"^^xsd:dateTime ] ;
fhir:text [ fhir:v "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" ] ] [
fhir:author [
a fhir:Reference ;
fhir:reference [ fhir:v "PractitionerRole/03367015-041c-4250-b8ab-1bb02df72e4f" ] ] ;
fhir:time [ fhir:v "2022-05-18T15:00:00.000+08:00"^^xsd:dateTime ] ;
fhir:text [ fhir:v "2nd entry" ] ] )
] ) . #
IG © 2022+ MHNexus Sdn Bhd. Package MyCore#2.0.0 based on FHIR 4.0.1. Generated 2025-03-27
Links: Table of Contents |
QA Report