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 sct: <http://snomed.info/id/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
# - resource -------------------------------------------------------------------
a fhir:Observation ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "example-observation-child-dev-milestone"] ; #
fhir:meta [
fhir:versionId [ fhir:v "1" ] ;
fhir:lastUpdated [ fhir:v "2023-08-23T10:49:26.604+08:00"^^xsd:dateTime ] ;
fhir:source [ fhir:v "http://provider.hie.moh.gov.my#rP20xwdzOx3U1bdx"^^xsd:anyURI ] ;
( fhir:profile [
fhir:v "http://fhir.hie.moh.gov.my/StructureDefinition/Observation-developmental-milestone-my-core"^^xsd:anyURI ;
fhir:link <http://fhir.hie.moh.gov.my/StructureDefinition/Observation-developmental-milestone-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: Observation example-observation-child-dev-milestone</b></p><a name=\"example-observation-child-dev-milestone\"> </a><a name=\"hcexample-observation-child-dev-milestone\"> </a><a name=\"example-observation-child-dev-milestone-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: 2023-08-23 10:49:26+0800; </p><p style=\"margin-bottom: 0px\">Information Source: <a href=\"http://provider.hie.moh.gov.my#rP20xwdzOx3U1bdx\">http://provider.hie.moh.gov.my#rP20xwdzOx3U1bdx</a></p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-Observation-developmental-milestone-my-core.html\">Observation Developmental Milestones (MY Core)</a></p></div><p><b>status</b>: Final</p><p><b>code</b>: <span title=\"Codes:{http://snomed.info/sct 251803000}\">Developmental Milestone</span></p><p><b>subject</b>: <a href=\"Patient/3ed70e67-eab8-4d5f-a31b-681d15d72a68\">Patient/3ed70e67-eab8-4d5f-a31b-681d15d72a68</a></p><p><b>encounter</b>: <a href=\"Encounter/4d76eda0-58a8-4e1b-a86c-0b19bac27c79\">Encounter/4d76eda0-58a8-4e1b-a86c-0b19bac27c79</a></p><p><b>effective</b>: 2023-08-23 10:51:00+0800</p><p><b>issued</b>: 2023-08-23 10:51:00+0800</p><p><b>performer</b>: <a href=\"PractitionerRole/d6775233-555a-42eb-98b8-970662d3ea01/_history/1\">LAILA HUDA</a></p><blockquote><p><b>component</b></p><p><b>code</b>: <span title=\"Codes:{http://snomed.info/sct 397669002}\">Age</span></p><p><b>value</b>: 273 days<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM coded = 'd')</span></p></blockquote><blockquote><p><b>component</b></p><p><b>code</b>: <span title=\"Codes:{http://fhir.hie.moh.gov.my/CodeSystem/developmental-milestone-my-core gross-motor}\">Gross Motor</span></p><p><b>value</b>: <span title=\"Codes:{http://fhir.hie.moh.gov.my/CodeSystem/dev-milestone-gross-motor-my-core g9m}\">Up to 9 months of age</span></p></blockquote><blockquote><p><b>component</b></p><p><b>code</b>: <span title=\"Codes:{http://fhir.hie.moh.gov.my/CodeSystem/developmental-milestone-my-core fine-motor}\">Fine Motor</span></p><p><b>value</b>: <span title=\"Codes:{http://fhir.hie.moh.gov.my/CodeSystem/dev-milestone-fine-motor-my-core f9m}\">Up to 9 months of age</span></p></blockquote><blockquote><p><b>component</b></p><p><b>code</b>: <span title=\"Codes:{http://fhir.hie.moh.gov.my/CodeSystem/developmental-milestone-my-core speech}\">Speech</span></p><p><b>value</b>: <span title=\"Codes:{http://fhir.hie.moh.gov.my/CodeSystem/dev-milestone-speech-my-core s6m}\">Up to 6 months of age</span></p></blockquote><blockquote><p><b>component</b></p><p><b>code</b>: <span title=\"Codes:{http://fhir.hie.moh.gov.my/CodeSystem/developmental-milestone-my-core social}\">Social</span></p><p><b>value</b>: <span title=\"Codes:{http://fhir.hie.moh.gov.my/CodeSystem/dev-milestone-social-my-core sc9m}\">Up to 9 months of age</span></p></blockquote></div>"^^rdf:XMLLiteral
] ; #
fhir:status [ fhir:v "final"] ; #
fhir:code [
( fhir:coding [
a sct:251803000 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "251803000" ] ;
fhir:display [ fhir:v "Developmental Milestone" ] ] )
] ; #
fhir:subject [
fhir:reference [ fhir:v "Patient/3ed70e67-eab8-4d5f-a31b-681d15d72a68" ]
] ; #
fhir:encounter [
fhir:reference [ fhir:v "Encounter/4d76eda0-58a8-4e1b-a86c-0b19bac27c79" ]
] ; #
fhir:effective [
a fhir:dateTime ;
fhir:v "2023-08-23T10:51:00+08:00"^^xsd:dateTime
] ; #
fhir:issued [ fhir:v "2023-08-23T10:51:00+08:00"^^xsd:dateTime] ; #
fhir:performer ( [
fhir:reference [ fhir:v "PractitionerRole/d6775233-555a-42eb-98b8-970662d3ea01/_history/1" ] ;
fhir:display [ fhir:v "LAILA HUDA" ]
] ) ; #
fhir:component ( [
fhir:code [
( fhir:coding [
a sct:397669002 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "397669002" ] ;
fhir:display [ fhir:v "Age" ] ] ) ] ;
fhir:value [
a fhir:Quantity ;
fhir:value [ fhir:v "273"^^xsd:decimal ] ;
fhir:unit [ fhir:v "days" ] ;
fhir:system [ fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "d" ] ]
] [
fhir:code [
( fhir:coding [
fhir:system [ fhir:v "http://fhir.hie.moh.gov.my/CodeSystem/developmental-milestone-my-core"^^xsd:anyURI ] ;
fhir:code [ fhir:v "gross-motor" ] ;
fhir:display [ fhir:v "Gross Motor" ] ] ) ] ;
fhir:value [
a fhir:CodeableConcept ;
( fhir:coding [
fhir:system [ fhir:v "http://fhir.hie.moh.gov.my/CodeSystem/dev-milestone-gross-motor-my-core"^^xsd:anyURI ] ;
fhir:code [ fhir:v "g9m" ] ;
fhir:display [ fhir:v "Up to 9 months of age" ] ] ) ]
] [
fhir:code [
( fhir:coding [
fhir:system [ fhir:v "http://fhir.hie.moh.gov.my/CodeSystem/developmental-milestone-my-core"^^xsd:anyURI ] ;
fhir:code [ fhir:v "fine-motor" ] ;
fhir:display [ fhir:v "Fine Motor" ] ] ) ] ;
fhir:value [
a fhir:CodeableConcept ;
( fhir:coding [
fhir:system [ fhir:v "http://fhir.hie.moh.gov.my/CodeSystem/dev-milestone-fine-motor-my-core"^^xsd:anyURI ] ;
fhir:code [ fhir:v "f9m" ] ;
fhir:display [ fhir:v "Up to 9 months of age" ] ] ) ]
] [
fhir:code [
( fhir:coding [
fhir:system [ fhir:v "http://fhir.hie.moh.gov.my/CodeSystem/developmental-milestone-my-core"^^xsd:anyURI ] ;
fhir:code [ fhir:v "speech" ] ;
fhir:display [ fhir:v "Speech" ] ] ) ] ;
fhir:value [
a fhir:CodeableConcept ;
( fhir:coding [
fhir:system [ fhir:v "http://fhir.hie.moh.gov.my/CodeSystem/dev-milestone-speech-my-core"^^xsd:anyURI ] ;
fhir:code [ fhir:v "s6m" ] ;
fhir:display [ fhir:v "Up to 6 months of age" ] ] ) ]
] [
fhir:code [
( fhir:coding [
fhir:system [ fhir:v "http://fhir.hie.moh.gov.my/CodeSystem/developmental-milestone-my-core"^^xsd:anyURI ] ;
fhir:code [ fhir:v "social" ] ;
fhir:display [ fhir:v "Social" ] ] ) ] ;
fhir:value [
a fhir:CodeableConcept ;
( fhir:coding [
fhir:system [ fhir:v "http://fhir.hie.moh.gov.my/CodeSystem/dev-milestone-social-my-core"^^xsd:anyURI ] ;
fhir:code [ fhir:v "sc9m" ] ;
fhir:display [ fhir:v "Up to 9 months of age" ] ] ) ]
] ) . #
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