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-surface-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-surface-my-core</b></p><a name=\"code-system-surface-my-core\"> </a><a name=\"hccode-system-surface-my-core\"> </a><p>This code system <code>http://fhir.hie.moh.gov.my/CodeSystem/surface-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\">M<a name=\"code-system-surface-my-core-M\"> </a></td><td>Mesial</td><td>Mesial</td></tr><tr><td style=\"white-space:nowrap\">D<a name=\"code-system-surface-my-core-D\"> </a></td><td>Distal</td><td>Distal</td></tr><tr><td style=\"white-space:nowrap\">O<a name=\"code-system-surface-my-core-O\"> </a></td><td>Occlusal</td><td>Occlusal</td></tr><tr><td style=\"white-space:nowrap\">P<a name=\"code-system-surface-my-core-P\"> </a></td><td>Palatal</td><td>Palatal</td></tr><tr><td style=\"white-space:nowrap\">B<a name=\"code-system-surface-my-core-B\"> </a></td><td>Buccal</td><td>Buccal</td></tr><tr><td style=\"white-space:nowrap\">L<a name=\"code-system-surface-my-core-L\"> </a></td><td>Lingual</td><td>Lingual</td></tr><tr><td style=\"white-space:nowrap\">F<a name=\"code-system-surface-my-core-F\"> </a></td><td>Labial</td><td>Facial</td></tr><tr><td style=\"white-space:nowrap\">I<a name=\"code-system-surface-my-core-I\"> </a></td><td>Incisal</td><td>Incisal</td></tr><tr><td style=\"white-space:nowrap\">C<a name=\"code-system-surface-my-core-C\"> </a></td><td>Cervical</td><td>Cervical</td></tr><tr><td style=\"white-space:nowrap\">N/A<a name=\"code-system-surface-my-core-N.47A\"> </a></td><td>Not Applicable</td><td>Not Applicable</td></tr></table></div>"^^rdf:XMLLiteral ] ; # fhir:url [ fhir:v "http://fhir.hie.moh.gov.my/CodeSystem/surface-my-core"^^xsd:anyURI] ; # fhir:version [ fhir:v "2.0.1"] ; # fhir:name [ fhir:v "CodeSystemSurfaceMyCore"] ; # fhir:title [ fhir:v "CodeSystemSurface (MY Core)"] ; # fhir:status [ fhir:v "active"] ; # fhir:date [ fhir:v "2024-02-12T04:04:09.5621857+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 "Dentition surface"] ; # fhir:compositional [ fhir:v false] ; # fhir:content [ fhir:v "complete"] ; # fhir:count [ fhir:v "10"^^xsd:nonNegativeInteger] ; # fhir:concept ( [ fhir:code [ fhir:v "M" ] ; fhir:display [ fhir:v "Mesial" ] ; fhir:definition [ fhir:v "Mesial" ] ] [ fhir:code [ fhir:v "D" ] ; fhir:display [ fhir:v "Distal" ] ; fhir:definition [ fhir:v "Distal" ] ] [ fhir:code [ fhir:v "O" ] ; fhir:display [ fhir:v "Occlusal" ] ; fhir:definition [ fhir:v "Occlusal" ] ] [ fhir:code [ fhir:v "P" ] ; fhir:display [ fhir:v "Palatal" ] ; fhir:definition [ fhir:v "Palatal" ] ] [ fhir:code [ fhir:v "B" ] ; fhir:display [ fhir:v "Buccal" ] ; fhir:definition [ fhir:v "Buccal" ] ] [ fhir:code [ fhir:v "L" ] ; fhir:display [ fhir:v "Lingual" ] ; fhir:definition [ fhir:v "Lingual" ] ] [ fhir:code [ fhir:v "F" ] ; fhir:display [ fhir:v "Labial" ] ; fhir:definition [ fhir:v "Facial" ] ] [ fhir:code [ fhir:v "I" ] ; fhir:display [ fhir:v "Incisal" ] ; fhir:definition [ fhir:v "Incisal" ] ] [ fhir:code [ fhir:v "C" ] ; fhir:display [ fhir:v "Cervical" ] ; fhir:definition [ fhir:v "Cervical" ] ] [ fhir:code [ fhir:v "N/A" ] ; fhir:display [ fhir:v "Not Applicable" ] ; fhir:definition [ fhir:v "Not Applicable" ] ] ) . #