Sha256: d9db2ac009c11c6973bdfffd2f85702449a4b17ce7988b1db58b07d2962c0f97

Contents?: true

Size: 1.68 KB

Versions: 3

Compression:

Stored size: 1.68 KB

Contents

{
  "resourceType": "CodeSystem",
  "id": "process-priority",
  "meta": {
    "lastUpdated": "2018-12-27T22:37:54.724+11:00",
    "profile": [
      "http://hl7.org/fhir/StructureDefinition/shareablecodesystem"
    ]
  },
  "extension": [
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
      "valueCode": "fm"
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
      "valueCode": "draft"
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
      "valueInteger": 1
    }
  ],
  "url": "http://terminology.hl7.org/CodeSystem/processpriority",
  "identifier": [
    {
      "system": "urn:ietf:rfc:3986",
      "value": "urn:oid:2.16.840.1.113883.4.642.1.1155"
    }
  ],
  "version": "4.0.0",
  "name": "ProcessPriorityCodes",
  "title": "Process Priority Codes",
  "status": "draft",
  "experimental": false,
  "publisher": "Financial Management",
  "contact": [
    {
      "telecom": [
        {
          "system": "url",
          "value": "http://hl7.org/fhir"
        }
      ]
    }
  ],
  "description": "This value set includes the financial processing priority codes.",
  "copyright": "This is an example set.",
  "caseSensitive": true,
  "valueSet": "http://hl7.org/fhir/ValueSet/process-priority",
  "content": "complete",
  "concept": [
    {
      "code": "stat",
      "display": "Immediate",
      "definition": "Immediately in real time."
    },
    {
      "code": "normal",
      "display": "Normal",
      "definition": "With best effort."
    },
    {
      "code": "deferred",
      "display": "Deferred",
      "definition": "Later, when possible."
    }
  ]
}

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
fhir_models-4.0.2 lib/fhir_models/examples/json/codesystem-process-priority.json
fhir_models-4.0.1 lib/fhir_models/examples/json/codesystem-process-priority.json
fhir_models-4.0.0 lib/fhir_models/examples/json/codesystem-process-priority.json