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
Active as of 2024-02-12 |
@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-data-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-data-type-my-core</b></p><a name=\"code-system-data-type-my-core\"> </a><a name=\"hccode-system-data-type-my-core\"> </a><a name=\"code-system-data-type-my-core-en-US\"> </a><p>This code system <code>http://fhir.hie.moh.gov.my/CodeSystem/data-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\">quantity<a name=\"code-system-data-type-my-core-quantity\"> </a></td><td>Quantity</td><td>A measured amount.</td></tr><tr><td style=\"white-space:nowrap\">codeableConcept<a name=\"code-system-data-type-my-core-codeableConcept\"> </a></td><td>CodeableConcept</td><td>A coded concept from a reference terminology and/or text.</td></tr><tr><td style=\"white-space:nowrap\">string<a name=\"code-system-data-type-my-core-string\"> </a></td><td>string</td><td>A sequence of Unicode characters.</td></tr><tr><td style=\"white-space:nowrap\">boolean<a name=\"code-system-data-type-my-core-boolean\"> </a></td><td>boolean</td><td>true or false.</td></tr><tr><td style=\"white-space:nowrap\">integer<a name=\"code-system-data-type-my-core-integer\"> </a></td><td>integer</td><td>A signed integer.</td></tr><tr><td style=\"white-space:nowrap\">range<a name=\"code-system-data-type-my-core-range\"> </a></td><td>Range</td><td>A set of values bounded by low and high.</td></tr><tr><td style=\"white-space:nowrap\">ratio<a name=\"code-system-data-type-my-core-ratio\"> </a></td><td>Ratio</td><td>A ratio of two Quantity values - a numerator and a denominator.</td></tr><tr><td style=\"white-space:nowrap\">sampledData<a name=\"code-system-data-type-my-core-sampledData\"> </a></td><td>SampledData</td><td>A series of measurements taken by a device.</td></tr><tr><td style=\"white-space:nowrap\">time<a name=\"code-system-data-type-my-core-time\"> </a></td><td>time</td><td>A time during the day, in the format hh:mm:ss.</td></tr><tr><td style=\"white-space:nowrap\">dateTime<a name=\"code-system-data-type-my-core-dateTime\"> </a></td><td>dateTime</td><td>A date, date-time or partial date (e.g. just year or year + month) as used in human communication.</td></tr><tr><td style=\"white-space:nowrap\">period<a name=\"code-system-data-type-my-core-period\"> </a></td><td>Period</td><td>A time range defined by start and end date/time.</td></tr></table></div>"
] ; #
fhir:url [ fhir:v "http://fhir.hie.moh.gov.my/CodeSystem/data-type-my-core"^^xsd:anyURI] ; #
fhir:version [ fhir:v "0.1.0"] ; #
fhir:name [ fhir:v "CodeSystemDataTypeMyCore"] ; #
fhir:title [ fhir:v "CodeSystemDataType (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 "Data Type"] ; #
fhir:compositional [ fhir:v "false"^^xsd:boolean] ; #
fhir:content [ fhir:v "complete"] ; #
fhir:count [ fhir:v "11"^^xsd:nonNegativeInteger] ; #
fhir:concept ( [
fhir:code [ fhir:v "quantity" ] ;
fhir:display [ fhir:v "Quantity" ] ;
fhir:definition [ fhir:v "A measured amount." ]
] [
fhir:code [ fhir:v "codeableConcept" ] ;
fhir:display [ fhir:v "CodeableConcept" ] ;
fhir:definition [ fhir:v "A coded concept from a reference terminology and/or text." ]
] [
fhir:code [ fhir:v "string" ] ;
fhir:display [ fhir:v "string" ] ;
fhir:definition [ fhir:v "A sequence of Unicode characters." ]
] [
fhir:code [ fhir:v "boolean" ] ;
fhir:display [ fhir:v "boolean" ] ;
fhir:definition [ fhir:v "true or false." ]
] [
fhir:code [ fhir:v "integer" ] ;
fhir:display [ fhir:v "integer" ] ;
fhir:definition [ fhir:v "A signed integer." ]
] [
fhir:code [ fhir:v "range" ] ;
fhir:display [ fhir:v "Range" ] ;
fhir:definition [ fhir:v "A set of values bounded by low and high." ]
] [
fhir:code [ fhir:v "ratio" ] ;
fhir:display [ fhir:v "Ratio" ] ;
fhir:definition [ fhir:v "A ratio of two Quantity values - a numerator and a denominator." ]
] [
fhir:code [ fhir:v "sampledData" ] ;
fhir:display [ fhir:v "SampledData" ] ;
fhir:definition [ fhir:v "A series of measurements taken by a device." ]
] [
fhir:code [ fhir:v "time" ] ;
fhir:display [ fhir:v "time" ] ;
fhir:definition [ fhir:v "A time during the day, in the format hh:mm:ss." ]
] [
fhir:code [ fhir:v "dateTime" ] ;
fhir:display [ fhir:v "dateTime" ] ;
fhir:definition [ fhir:v "A date, date-time or partial date (e.g. just year or year + month) as used in human communication." ]
] [
fhir:code [ fhir:v "period" ] ;
fhir:display [ fhir:v "Period" ] ;
fhir:definition [ fhir:v "A time range defined by start and end date/time." ]
] ) . #
IG © 2024+ Example Publisher. Package fhir.example#0.1.0 based on FHIR 4.0.1. Generated 2024-12-26
Links: Table of Contents |
QA Report