Sha256: e6ff883f29697f1c6303eccf58feeaaf309b1795d591781698b19596d946d56f

Contents?: true

Size: 1.91 KB

Versions: 3

Compression:

Stored size: 1.91 KB

Contents

{
  "resourceType": "CodeSystem",
  "id": "list-mode",
  "meta": {
    "lastUpdated": "2018-12-27T22:37:54.724+11:00"
  },
  "extension": [
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
      "valueCode": "sd"
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
      "valueCode": "trial-use"
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
      "valueInteger": 2
    }
  ],
  "url": "http://hl7.org/fhir/list-mode",
  "identifier": [
    {
      "system": "urn:ietf:rfc:3986",
      "value": "urn:oid:2.16.840.1.113883.4.642.1.319"
    }
  ],
  "version": "4.0.0",
  "name": "ListMode",
  "title": "ListMode",
  "status": "draft",
  "experimental": false,
  "date": "2018-12-27T22:37:54+11:00",
  "publisher": "HL7 (FHIR Project)",
  "contact": [
    {
      "telecom": [
        {
          "system": "url",
          "value": "http://hl7.org/fhir"
        },
        {
          "system": "email",
          "value": "fhir@lists.hl7.org"
        }
      ]
    }
  ],
  "description": "The processing mode that applies to this list.",
  "caseSensitive": true,
  "valueSet": "http://hl7.org/fhir/ValueSet/list-mode",
  "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."
    }
  ]
}

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
fhir_models-4.0.2 lib/fhir_models/examples/json/codesystem-list-mode.json
fhir_models-4.0.1 lib/fhir_models/examples/json/codesystem-list-mode.json
fhir_models-4.0.0 lib/fhir_models/examples/json/codesystem-list-mode.json