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-outcome-depression-dass-21-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-outcome-depression-dass-21-my-core</b></p><a name=\"code-system-outcome-depression-dass-21-my-core\"> </a><a name=\"hccode-system-outcome-depression-dass-21-my-core\"> </a><a name=\"code-system-outcome-depression-dass-21-my-core-en-US\"> </a><p><b>Properties</b></p><p><b>This code system defines the following properties for its concepts</b></p><table class=\"grid\"><tr><td><b>Name</b></td><td><b>Code</b></td><td><b>Type</b></td></tr><tr><td>low</td><td>low</td><td>string</td></tr><tr><td>high</td><td>high</td><td>string</td></tr></table><p><b>Concepts</b></p><p>This code system <code>http://fhir.hie.moh.gov.my/CodeSystem/outcome-depression-dass-21-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><td><b>low</b></td><td><b>high</b></td></tr><tr><td style=\"white-space:nowrap\">d01<a name=\"code-system-outcome-depression-dass-21-my-core-d01\"> </a></td><td>Normal</td><td>Normal</td><td>0</td><td>4</td></tr><tr><td style=\"white-space:nowrap\">d02<a name=\"code-system-outcome-depression-dass-21-my-core-d02\"> </a></td><td>Mild Depression, please consult your nearest healthcare facility for further information.</td><td>Mild Depression, please consult your nearest healthcare facility for further information.</td><td>5</td><td>6</td></tr><tr><td style=\"white-space:nowrap\">d03<a name=\"code-system-outcome-depression-dass-21-my-core-d03\"> </a></td><td>Moderate Depression, please consult your nearest healthcare facility for further information.</td><td>Moderate Depression, please consult your nearest healthcare facility for further information.</td><td>7</td><td>10</td></tr><tr><td style=\"white-space:nowrap\">d04<a name=\"code-system-outcome-depression-dass-21-my-core-d04\"> </a></td><td>Severe Depression, please consult your nearest healthcare facility for further information.</td><td>Severe Depression, please consult your nearest healthcare facility for further information.</td><td>11</td><td>13</td></tr><tr><td style=\"white-space:nowrap\">d05<a name=\"code-system-outcome-depression-dass-21-my-core-d05\"> </a></td><td>Extremely Severe Depression, please seek medical attention from your nearest healthcare facility.</td><td>Extremely Severe Depression, please seek medical attention from your nearest healthcare facility.</td><td>14</td><td>36</td></tr></table></div>"
] ; #
fhir:url [ fhir:v "http://fhir.hie.moh.gov.my/CodeSystem/outcome-depression-dass-21-my-core"^^xsd:anyURI] ; #
fhir:version [ fhir:v "0.1.0"] ; #
fhir:name [ fhir:v "CodeSystemOutcomeDepressionDass21MyCore"] ; #
fhir:title [ fhir:v "CodeSystemOutcomeDepressionDass21 (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 "Depression Scale Scoring Questionnaire"] ; #
fhir:compositional [ fhir:v "false"^^xsd:boolean] ; #
fhir:content [ fhir:v "complete"] ; #
fhir:count [ fhir:v "5"^^xsd:nonNegativeInteger] ; #
fhir:property ( [
fhir:code [ fhir:v "low" ] ;
fhir:type [ fhir:v "string" ]
] [
fhir:code [ fhir:v "high" ] ;
fhir:type [ fhir:v "string" ]
] ) ; #
fhir:concept ( [
fhir:code [ fhir:v "d01" ] ;
fhir:display [ fhir:v "Normal" ] ;
fhir:definition [ fhir:v "Normal" ] ;
( fhir:property [
fhir:code [ fhir:v "low" ] ;
fhir:value [ fhir:v "0" ] ] [
fhir:code [ fhir:v "high" ] ;
fhir:value [ fhir:v "4" ] ] )
] [
fhir:code [ fhir:v "d02" ] ;
fhir:display [ fhir:v "Mild Depression, please consult your nearest healthcare facility for further information." ] ;
fhir:definition [ fhir:v "Mild Depression, please consult your nearest healthcare facility for further information." ] ;
( fhir:property [
fhir:code [ fhir:v "low" ] ;
fhir:value [ fhir:v "5" ] ] [
fhir:code [ fhir:v "high" ] ;
fhir:value [ fhir:v "6" ] ] )
] [
fhir:code [ fhir:v "d03" ] ;
fhir:display [ fhir:v "Moderate Depression, please consult your nearest healthcare facility for further information." ] ;
fhir:definition [ fhir:v "Moderate Depression, please consult your nearest healthcare facility for further information." ] ;
( fhir:property [
fhir:code [ fhir:v "low" ] ;
fhir:value [ fhir:v "7" ] ] [
fhir:code [ fhir:v "high" ] ;
fhir:value [ fhir:v "10" ] ] )
] [
fhir:code [ fhir:v "d04" ] ;
fhir:display [ fhir:v "Severe Depression, please consult your nearest healthcare facility for further information." ] ;
fhir:definition [ fhir:v "Severe Depression, please consult your nearest healthcare facility for further information." ] ;
( fhir:property [
fhir:code [ fhir:v "low" ] ;
fhir:value [ fhir:v "11" ] ] [
fhir:code [ fhir:v "high" ] ;
fhir:value [ fhir:v "13" ] ] )
] [
fhir:code [ fhir:v "d05" ] ;
fhir:display [ fhir:v "Extremely Severe Depression, please seek medical attention from your nearest healthcare facility." ] ;
fhir:definition [ fhir:v "Extremely Severe Depression, please seek medical attention from your nearest healthcare facility." ] ;
( fhir:property [
fhir:code [ fhir:v "low" ] ;
fhir:value [ fhir:v "14" ] ] [
fhir:code [ fhir:v "high" ] ;
fhir:value [ fhir:v "36" ] ] )
] ) . #
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