FHIR IG analytics| Package | hl7.fhir.uv.xver-r4.r4b |
| Resource Type | CodeSystem |
| Id | CodeSystem-example.json |
| FHIR Version | R4B |
| Source | http://hl7.org/fhir/uv/xver-r4.r4b/0.0.1-snapshot-2/CodeSystem-example.html |
| URL | http://hl7.org/fhir/CodeSystem/example |
| Version | 4.0.1 |
| Status | draft |
| Date | 2016-01-28T10:00:00+10:00 |
| Name | ACMECholCodesBlood |
| Title | ACME Codes for Cholesterol in Serum/Plasma |
| Realm | uv |
| Authority | hl7 |
| Description | This is an example code system that includes all the ACME codes for serum/plasma cholesterol from v2.36. |
| Content | complete |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: CodeSystem example
Filters
| Code | Description | Op | Value |
| acme-plasma | An internal filter used to select codes that are only used with plasma | = | the value of this filter is either 'true' or 'false' |
This case-sensitive code system http://hl7.org/fhir/CodeSystem/example defines the following codes:
| Code | Display | Definition |
| chol-mmol | SChol (mmol/L) | Serum Cholesterol, in mmol/L |
| chol-mass | SChol (mg/L) | Serum Cholesterol, in mg/L |
| chol | SChol | Serum Cholesterol |
{
"resourceType": "CodeSystem",
"id": "example",
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"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..."
}
]
}
]
}