Sha256: e18e73e859ce9721a0918fd403891ff9c3044296ac0458b21e4e9f279af6967f

Contents?: true

Size: 1.68 KB

Versions: 7

Compression:

Stored size: 1.68 KB

Contents

{
  "resourceType": "CodeSystem",
  "id": "process-priority",
  "meta": {
    "lastUpdated": "2019-11-01T09:29:23.356+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.4.1155"
    }
  ],
  "version": "4.0.1",
  "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

7 entries across 7 versions & 1 rubygems

Version Path
fhir_models-4.3.0 lib/fhir_models/examples/json/codesystem-process-priority.json
fhir_models-4.2.2 lib/fhir_models/examples/json/codesystem-process-priority.json
fhir_models-4.2.1 lib/fhir_models/examples/json/codesystem-process-priority.json
fhir_models-4.2.0 lib/fhir_models/examples/json/codesystem-process-priority.json
fhir_models-4.1.2 lib/fhir_models/examples/json/codesystem-process-priority.json
fhir_models-4.1.1 lib/fhir_models/examples/json/codesystem-process-priority.json
fhir_models-4.1.0 lib/fhir_models/examples/json/codesystem-process-priority.json