HL7® FHIR® Malaysia Core (MY Core) Implementation Guide 2.0.1 - ci-build
HL7® FHIR® Malaysia Core (MY Core) Implementation Guide - Local Development build (v2.0.1) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
Raw ttl | Download
@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:CodeSystem ; fhir:nodeRole fhir:treeRoot ; fhir:id [ fhir:v "code-system-ward-category-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: CodeSystem code-system-ward-category-my-core</b></p><a name=\"code-system-ward-category-my-core\"> </a><a name=\"hccode-system-ward-category-my-core\"> </a><p>This code system <code>http://fhir.hie.moh.gov.my/CodeSystem/ward-category-my-core</code> defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td style=\"white-space:nowrap\">00<a name=\"code-system-ward-category-my-core-00\"> </a></td><td>No Information</td><td>No Information</td></tr><tr><td style=\"white-space:nowrap\">01<a name=\"code-system-ward-category-my-core-01\"> </a></td><td>Male</td><td>Male</td></tr><tr><td style=\"white-space:nowrap\">02<a name=\"code-system-ward-category-my-core-02\"> </a></td><td>Female</td><td>Female</td></tr><tr><td style=\"white-space:nowrap\">03<a name=\"code-system-ward-category-my-core-03\"> </a></td><td>Children</td><td>Children</td></tr><tr><td style=\"white-space:nowrap\">04<a name=\"code-system-ward-category-my-core-04\"> </a></td><td>Mix</td><td>Mix</td></tr></table></div>"^^rdf:XMLLiteral ] ; # fhir:url [ fhir:v "http://fhir.hie.moh.gov.my/CodeSystem/ward-category-my-core"^^xsd:anyURI] ; # fhir:version [ fhir:v "2.0.1"] ; # fhir:name [ fhir:v "CodeSystemWardCategoryMyCore"] ; # fhir:title [ fhir:v "CodeSystemWardCategory (MY Core)"] ; # fhir:status [ fhir:v "active"] ; # fhir:date [ fhir:v "2024-02-26T02:55:49.8520093+00:00"^^xsd:dateTime] ; # fhir:publisher [ fhir:v "MHNexus Sdn Bhd"] ; # fhir:contact ( [ fhir:name [ fhir:v "MHNexus Sdn Bhd" ] ; ( fhir:telecom [ fhir:system [ fhir:v "url" ] ; fhir:value [ fhir:v "http://www.hl7.org/Special/committees/ | https://www.mhn.asia/" ] ] [ fhir:system [ fhir:v "email" ] ; fhir:value [ fhir:v "bizdev@mhnexus.com" ] ] ) ] ) ; # fhir:description [ fhir:v "Ward category"] ; # fhir:compositional [ fhir:v false] ; # fhir:content [ fhir:v "complete"] ; # fhir:count [ fhir:v "5"^^xsd:nonNegativeInteger] ; # fhir:concept ( [ fhir:code [ fhir:v "00" ] ; fhir:display [ fhir:v "No Information" ] ; fhir:definition [ fhir:v "No Information" ] ] [ fhir:code [ fhir:v "01" ] ; fhir:display [ fhir:v "Male" ] ; fhir:definition [ fhir:v "Male" ] ] [ fhir:code [ fhir:v "02" ] ; fhir:display [ fhir:v "Female" ] ; fhir:definition [ fhir:v "Female" ] ] [ fhir:code [ fhir:v "03" ] ; fhir:display [ fhir:v "Children" ] ; fhir:definition [ fhir:v "Children" ] ] [ fhir:code [ fhir:v "04" ] ; fhir:display [ fhir:v "Mix" ] ; fhir:definition [ fhir:v "Mix" ] ] ) . #