MHNSushi - Local Development build (v0.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
: CodeSystemImmunizationRecommendationStatus (MY Core) - TTL Representation
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-immunization-recommendation-status-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-immunization-recommendation-status-my-core</b></p><a name=\"code-system-immunization-recommendation-status-my-core\"> </a><a name=\"hccode-system-immunization-recommendation-status-my-core\"> </a><a name=\"code-system-immunization-recommendation-status-my-core-en-US\"> </a><p>This code system <code>http://fhir.hie.moh.gov.my/CodeSystem/immunization-recommendation-status-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\">planned<a name=\"code-system-immunization-recommendation-status-my-core-planned\"> </a></td><td>Planned</td><td>Planned</td></tr><tr><td style=\"white-space:nowrap\">completed<a name=\"code-system-immunization-recommendation-status-my-core-completed\"> </a></td><td>Completed</td><td>Completed</td></tr><tr><td style=\"white-space:nowrap\">entered-in-error<a name=\"code-system-immunization-recommendation-status-my-core-entered-in-error\"> </a></td><td>Entered In Error</td><td>Entered In Error</td></tr><tr><td style=\"white-space:nowrap\">defaulted<a name=\"code-system-immunization-recommendation-status-my-core-defaulted\"> </a></td><td>Defaulted</td><td>Defaulted</td></tr></table></div>"
] ; #
fhir:url [ fhir:v "http://fhir.hie.moh.gov.my/CodeSystem/immunization-recommendation-status-my-core"^^xsd:anyURI] ; #
fhir:identifier ( [
fhir:value [ fhir:v "code-system-immunization-recommendation-status-my-core" ]
] ) ; #
fhir:version [ fhir:v "0.1.0"] ; #
fhir:name [ fhir:v "CodeSystemImmunizationRecommendationStatusMyCore"] ; #
fhir:title [ fhir:v "CodeSystemImmunizationRecommendationStatus (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:compositional [ fhir:v "false"^^xsd:boolean] ; #
fhir:content [ fhir:v "complete"] ; #
fhir:count [ fhir:v "4"^^xsd:nonNegativeInteger] ; #
fhir:concept ( [
fhir:code [ fhir:v "planned" ] ;
fhir:display [ fhir:v "Planned" ] ;
fhir:definition [ fhir:v "Planned" ]
] [
fhir:code [ fhir:v "completed" ] ;
fhir:display [ fhir:v "Completed" ] ;
fhir:definition [ fhir:v "Completed" ]
] [
fhir:code [ fhir:v "entered-in-error" ] ;
fhir:display [ fhir:v "Entered In Error" ] ;
fhir:definition [ fhir:v "Entered In Error" ]
] [
fhir:code [ fhir:v "defaulted" ] ;
fhir:display [ fhir:v "Defaulted" ] ;
fhir:definition [ fhir:v "Defaulted" ]
] ) . #