0.1.0 - ci-build
MHNSushi - Local Development build (v0.1.0) 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 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-drug-type-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-drug-type-my-core</b></p><a name=\"code-system-drug-type-my-core\"> </a><a name=\"hccode-system-drug-type-my-core\"> </a><a name=\"code-system-drug-type-my-core-en-US\"> </a><p>This code system <code>http://fhir.hie.moh.gov.my/CodeSystem/drug-type-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\">PN<a name=\"code-system-drug-type-my-core-PN\"> </a></td><td>PN</td><td>PN</td></tr><tr><td style=\"white-space:nowrap\">RM<a name=\"code-system-drug-type-my-core-RM\"> </a></td><td>Raw Material</td><td>Raw Material</td></tr><tr><td style=\"white-space:nowrap\">GL<a name=\"code-system-drug-type-my-core-GL\"> </a></td><td>General</td><td>General</td></tr><tr><td style=\"white-space:nowrap\">RF<a name=\"code-system-drug-type-my-core-RF\"> </a></td><td>Radiopharma</td><td>Radiopharma</td></tr><tr><td style=\"white-space:nowrap\">GR<a name=\"code-system-drug-type-my-core-GR\"> </a></td><td>Generator</td><td>Generator</td></tr></table></div>" ] ; # fhir:url [ fhir:v "http://fhir.hie.moh.gov.my/CodeSystem/drug-type-my-core"^^xsd:anyURI] ; # fhir:version [ fhir:v "0.1.0"] ; # fhir:name [ fhir:v "CodeSystemDrugTypeMyCore"] ; # fhir:title [ fhir:v "CodeSystemDrugType (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 "Example Publisher"] ; # fhir:contact ( [ fhir:name [ fhir:v "Example Publisher" ] ; ( fhir:telecom [ fhir:system [ fhir:v "url" ] ; fhir:value [ fhir:v "http://example.org/example-publisher" ] ] ) ] ) ; # fhir:description [ fhir:v "Drug Type"] ; # fhir:compositional [ fhir:v "false"^^xsd:boolean] ; # fhir:content [ fhir:v "complete"] ; # fhir:count [ fhir:v "5"^^xsd:nonNegativeInteger] ; # fhir:concept ( [ fhir:code [ fhir:v "PN" ] ; fhir:display [ fhir:v "PN" ] ; fhir:definition [ fhir:v "PN" ] ] [ fhir:code [ fhir:v "RM" ] ; fhir:display [ fhir:v "Raw Material" ] ; fhir:definition [ fhir:v "Raw Material" ] ] [ fhir:code [ fhir:v "GL" ] ; fhir:display [ fhir:v "General" ] ; fhir:definition [ fhir:v "General" ] ] [ fhir:code [ fhir:v "RF" ] ; fhir:display [ fhir:v "Radiopharma" ] ; fhir:definition [ fhir:v "Radiopharma" ] ] [ fhir:code [ fhir:v "GR" ] ; fhir:display [ fhir:v "Generator" ] ; fhir:definition [ fhir:v "Generator" ] ] ) . #