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

FHIR IG analytics

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

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

ListMode

The processing mode that applies to this list.

This code system http://hl7.org/fhir/list-mode defines the following codes:

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

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-r4b.r4"
        },
        {
          "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/list-mode",
  "version": "4.3.0",
  "name": "ListMode",
  "title": "ListMode",
  "status": "draft",
  "experimental": false,
  "date": "2021-01-17T06:06:13+10:00",
  "publisher": "FHIR Infrastructure",
  "contact": [
    {
      "name": "FHIR Infrastructure",
      "telecom": [
        {
          "system": "url",
          "value": "http://www.hl7.org/Special/committees/fiwg"
        }
      ]
    }
  ],
  "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.0.1",
  "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."
    }
  ]
}