FHIR Cross-Version Extensions package for FHIR R4B from FHIR R5 - Version 0.0.1-snapshot-2. See the Directory of published versions
| Page standards status: Informative | Maturity Level: 2 |
{
"resourceType" : "CodeSystem",
"id" : "guidance-module-code",
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n <p>This code system \n <code>http://hl7.org/fhir/guidance-module-code</code> defines the following codes:\n </p>\n <table class=\"codes\">\n <tr>\n <td style=\"white-space:nowrap\">\n <b>Code</b>\n </td>\n <td>\n <b>Display</b>\n </td>\n <td>\n <b>Definition</b>\n </td>\n </tr>\n <tr>\n <td style=\"white-space:nowrap\">bmi-calculator\n <a name=\"guidance-module-code-bmi-calculator\"> </a>\n </td>\n <td>BMI Calculator</td>\n <td>A Body Mass Index (BMI) calculator.</td>\n </tr>\n <tr>\n <td style=\"white-space:nowrap\">mme-calculator\n <a name=\"guidance-module-code-mme-calculator\"> </a>\n </td>\n <td>MME Calculator</td>\n <td>A Morphine Milligram Equivalent (MME) calculator.</td>\n </tr>\n <tr>\n <td style=\"white-space:nowrap\">opioid-cds\n <a name=\"guidance-module-code-opioid-cds\"> </a>\n </td>\n <td>Opioid CDS</td>\n <td>Clinical Decision Support for Opioid Prescribing.</td>\n </tr>\n <tr>\n <td style=\"white-space:nowrap\">anc-cds\n <a name=\"guidance-module-code-anc-cds\"> </a>\n </td>\n <td>ANC CDS</td>\n <td>Clinical Decision Support for Antenatal Care.</td>\n </tr>\n <tr>\n <td style=\"white-space:nowrap\">chf-pathway\n <a name=\"guidance-module-code-chf-pathway\"> </a>\n </td>\n <td>CHF Pathway</td>\n <td>Congestive Heart Failure Pathway</td>\n </tr>\n <tr>\n <td style=\"white-space:nowrap\">covid-19-severity\n <a name=\"guidance-module-code-covid-19-severity\"> </a>\n </td>\n <td>COVID-19 Severity Score</td>\n <td>A COVID-19 Severity Score Calculator.</td>\n </tr>\n </table>\n </div>"
},
"extension" : [
{
"url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
"valueCode" : "informative"
},
{
"url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
"valueInteger" : 2
},
{
"extension" : [
{
"url" : "packageId",
"valueId" : "hl7.fhir.uv.xver-r5.r4b"
},
{
"url" : "version",
"valueString" : "0.0.1-snapshot-2"
}
],
"url" : "http://hl7.org/fhir/StructureDefinition/package-source"
},
{
"url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
"valueCode" : "cds"
}
],
"url" : "http://hl7.org/fhir/guidance-module-code",
"version" : "5.0.0",
"name" : "GuidanceModuleCode",
"title" : "Guidance Module Code",
"status" : "active",
"experimental" : true,
"date" : "2021-01-05T09:01:24+10:00",
"publisher" : "Clinical Decision Support",
"contact" : [
{
"name" : "Clinical Decision Support",
"telecom" : [
{
"system" : "url",
"value" : "http://www.hl7.org/Special/committees/dss"
}
]
}
],
"description" : "Example guidance module codes.",
"jurisdiction" : [
{
"coding" : [
{
"system" : "http://unstats.un.org/unsd/methods/m49/m49.htm",
"code" : "001",
"display" : "World"
}
]
}
],
"caseSensitive" : true,
"valueSet" : "http://hl7.org/fhir/ValueSet/guidance-module-code",
"content" : "complete",
"concept" : [
{
"code" : "bmi-calculator",
"display" : "BMI Calculator",
"definition" : "A Body Mass Index (BMI) calculator."
},
{
"code" : "mme-calculator",
"display" : "MME Calculator",
"definition" : "A Morphine Milligram Equivalent (MME) calculator."
},
{
"code" : "opioid-cds",
"display" : "Opioid CDS",
"definition" : "Clinical Decision Support for Opioid Prescribing."
},
{
"code" : "anc-cds",
"display" : "ANC CDS",
"definition" : "Clinical Decision Support for Antenatal Care."
},
{
"code" : "chf-pathway",
"display" : "CHF Pathway",
"definition" : "Congestive Heart Failure Pathway"
},
{
"code" : "covid-19-severity",
"display" : "COVID-19 Severity Score",
"definition" : "A COVID-19 Severity Score Calculator."
}
]
}