FHIR IG analytics| Package | hl7.fhir.uv.xver-r4.r4b |
| Resource Type | CodeSystem |
| Id | CodeSystem-list-mode.json |
| FHIR Version | R4B |
| Source | http://hl7.org/fhir/uv/xver-r4.r4b/0.0.1-snapshot-2/CodeSystem-list-mode.html |
| URL | http://hl7.org/fhir/list-mode |
| Version | 4.0.1 |
| Status | draft |
| Date | 2019-11-01T08:29:23+10:00 |
| Name | ListMode |
| Title | ListMode |
| Realm | uv |
| Authority | hl7 |
| Description | The processing mode that applies to this list. |
| Content | complete |
| ValueSet | |
| MedikationsListeListModeVS | Medikationslisten-Modes |
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: CodeSystem list-mode
This case-sensitive code system http://hl7.org/fhir/list-mode defines the following codes:
{
"resourceType": "CodeSystem",
"id": "list-mode",
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
"valueCode": "trial-use"
},
{
"url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
"valueInteger": 2
},
{
"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": "sd"
}
],
"url": "http://hl7.org/fhir/list-mode",
"version": "4.0.1",
"name": "ListMode",
"title": "ListMode",
"status": "draft",
"experimental": false,
"date": "2019-11-01T08:29:23+10:00",
"publisher": "Structured Documents",
"contact": [
{
"name": "Structured Documents",
"telecom": [
{
"system": "url",
"value": "http://www.hl7.org/Special/committees/structure"
}
]
}
],
"description": "The processing mode that applies to this list.",
"jurisdiction": [
{
"coding": [
{
"system": "http://unstats.un.org/unsd/methods/m49/m49.htm",
"code": "001",
"display": "World"
}
]
}
],
"caseSensitive": true,
"valueSet": "http://hl7.org/fhir/ValueSet/list-mode|4.3.0",
"content": "complete",
"concept": [
{
"code": "working",
"display": "Working List",
"definition": "This list is the master list, maintained in an ongoing fashion with regular updates as the real world list it is tracking changes."
},
{
"code": "snapshot",
"display": "Snapshot List",
"definition": "This list was prepared as a snapshot. It should not be assumed to be current."
},
{
"code": "changes",
"display": "Change List",
"definition": "A point-in-time list that shows what changes have been made or recommended. E.g. a discharge medication list showing what was added and removed during an encounter."
}
]
}