FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagehl7.fhir.uv.xver-r4.r4b.r4
Resource TypeCodeSystem
IdCodeSystem-list-mode.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

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:

CodeDisplayDefinition
working Working ListThis list is the master list, maintained in an ongoing fashion with regular updates as the real world list it is tracking changes.
snapshot Snapshot ListThis list was prepared as a snapshot. It should not be assumed to be current.
changes Change ListA 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.

Source1

{
  "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."
    }
  ]
}