FHIR Cross-Version Extensions package for FHIR R4B from FHIR R4 - Version 0.0.1-snapshot-2. See the Directory of published versions
| Page standards status: Informative |
{
"resourceType" : "CodeSystem",
"id" : "example",
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CodeSystem example</b></p><a name=\"example\"> </a><a name=\"hcexample\"> </a><p><b>Filters</b></p><table class=\"grid\"><tr><td><b>Code</b></td><td><b>Description</b></td><td><b>Op</b></td><td><b>Value</b></td></tr><tr><td>acme-plasma</td><td>An internal filter used to select codes that are only used with plasma</td><td>= </td><td>the value of this filter is either 'true' or 'false'</td></tr></table><p>This case-sensitive code system <code>http://hl7.org/fhir/CodeSystem/example</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\">chol-mmol<a name=\"example-chol-mmol\"> </a></td><td>SChol (mmol/L)</td><td>Serum Cholesterol, in mmol/L</td></tr><tr><td style=\"white-space:nowrap\">chol-mass<a name=\"example-chol-mass\"> </a></td><td>SChol (mg/L)</td><td>Serum Cholesterol, in mg/L</td></tr><tr><td style=\"white-space:nowrap\">chol<a name=\"example-chol\"> </a></td><td>SChol</td><td>Serum Cholesterol</td></tr></table></div>"
},
"extension" : [
{
"extension" : [
{
"url" : "packageId",
"valueId" : "hl7.fhir.uv.xver-r4.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" : "fhir"
},
{
"url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
"valueCode" : "informative",
"_valueCode" : {
"extension" : [
{
"url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom",
"valueCanonical" : "http://hl7.org/fhir/4.0/ImplementationGuide/hl7.fhir.uv.xver-r4.r4b"
}
]
}
}
],
"url" : "http://hl7.org/fhir/CodeSystem/example",
"version" : "4.0.1",
"name" : "ACMECholCodesBlood",
"title" : "ACME Codes for Cholesterol in Serum/Plasma",
"status" : "draft",
"experimental" : true,
"date" : "2016-01-28T10:00:00+10:00",
"publisher" : "FHIR Infrastructure",
"contact" : [
{
"name" : "FHIR Infrastructure",
"telecom" : [
{
"system" : "url",
"value" : "http://www.hl7.org/Special/committees/fiwg"
}
]
}
],
"description" : "This is an example code system that includes all the ACME codes for serum/plasma cholesterol from v2.36.",
"jurisdiction" : [
{
"coding" : [
{
"system" : "http://unstats.un.org/unsd/methods/m49/m49.htm",
"code" : "001",
"display" : "World"
}
]
}
],
"caseSensitive" : true,
"content" : "complete",
"filter" : [
{
"code" : "acme-plasma",
"description" : "An internal filter used to select codes that are only used with plasma",
"operator" : [
"="
],
"value" : "the value of this filter is either 'true' or 'false'"
}
],
"concept" : [
{
"code" : "chol-mmol",
"display" : "SChol (mmol/L)",
"definition" : "Serum Cholesterol, in mmol/L",
"designation" : [
{
"use" : {
"system" : "http://acme.com/config/fhir/codesystems/internal",
"code" : "internal-label"
},
"value" : "From ACME POC Testing"
}
]
},
{
"code" : "chol-mass",
"display" : "SChol (mg/L)",
"definition" : "Serum Cholesterol, in mg/L",
"designation" : [
{
"use" : {
"system" : "http://acme.com/config/fhir/codesystems/internal",
"code" : "internal-label"
},
"value" : "From Paragon Labs"
}
]
},
{
"code" : "chol",
"display" : "SChol",
"definition" : "Serum Cholesterol",
"designation" : [
{
"use" : {
"system" : "http://acme.com/config/fhir/codesystems/internal",
"code" : "internal-label"
},
"value" : "Obdurate Labs uses this with both kinds of units..."
}
]
}
]
}