Release 4 Snapshot 3: Connectathon 32 Base

This page is part of the Snapshot #3 for FHIR Specification (v4.0.1: R4 - Mixed Normative and STU ) in it's permanent home (it will always be available at this URL). The current version which supercedes this version is 5.0.0 R5 , released to support Connectathon 32 . For a full list of available versions, see the Directory of published versions . Page versions: R5 R4B R4 R3

Codesystem-task-status.xml

Example ValueSet/flag-priority (JSON)

Orders and Observations Vocabulary Work Group Maturity Level : N/A Standards Status : Informative

Raw XML JSON ( canonical form + also see XML JSON Format Specification )

Definition for Code System TaskStatus Value SetFlag Priority Codes

<?xml version="1.0" encoding="UTF-8"?> draft requested received A potential performer has claimed ownership of the task and is evaluating whether to perform it. accepted rejected The potential performer who claimed ownership of the task has decided not to execute it prior to performing any action. ready The task is ready to be performed, but no action has yet been taken. Used in place of requested/received/accepted/rejected when request assignment and acceptance is a given. cancelled in-progress on-hold failed completed entered-in-error The task should never have existed and is retained only because of the possibility it may have used. A potential performer has claimed ownership of the task and is evaluating whether to perform it. The potential performer who claimed ownership of the task has decided not to execute it prior to performing any action. The task is ready to be performed, but no action has yet been taken. Used in place of requested/received/accepted/rejected when request assignment and acceptance is a given. The task should never have existed and is retained only because of the possibility it may have used. </ CodeSystem >
{
  "resourceType" : "ValueSet",
  "id" : "flag-priority",
  "meta" : {
    "lastUpdated" : "2022-12-14T07:12:54.019+11:00",
    "profile" : ["http://hl7.org/fhir/StructureDefinition/shareablevalueset"]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><ul><li>Include all codes defined in <a href=\"codesystem-flag-priority.html\"><code>http://hl7.org/fhir/flag-priority-code</code></a></li></ul></div>"
  },
  "extension" : [{
    "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
    "valueCode" : "pc"
  }],
  "url" : "http://hl7.org/fhir/ValueSet/flag-priority",
  "identifier" : [{
    "system" : "urn:ietf:rfc:3986",
    "value" : "urn:oid:2.16.840.1.113883.4.642.3.950"
  },
  {
    "use" : "old",
    "system" : "urn:ietf:rfc:3986",
    "value" : "urn:oid:2.16.840.1.113883.4.642.3.867"
  },
  {
    "use" : "old",
    "system" : "urn:ietf:rfc:3986",
    "value" : "urn:oid:2.16.840.1.113883.4.642.2.433"
  }],
  "version" : "5.0.0-snapshot3",
  "name" : "FlagPriorityCodes",
  "title" : "Flag Priority Codes",
  "status" : "draft",
  "experimental" : false,
  "publisher" : "FHIR Project team",
  "contact" : [{
    "telecom" : [{
      "system" : "url",
      "value" : "http://hl7.org/fhir"
    }]
  }],
  "description" : "This value set is provided as an exemplar. The value set is driven by IHE Table B.8-4: Abnormal Flags, Alert Priority.",
  "jurisdiction" : [{
    "coding" : [{
      "system" : "http://unstats.un.org/unsd/methods/m49/m49.htm",
      "code" : "001",
      "display" : "World"
    }]
  }],
  "compose" : {
    "include" : [{
      "system" : "http://hl7.org/fhir/flag-priority-code"
    }]
  }
}

Usage note: every effort has been made to ensure that the examples are correct and useful, but they are not a normative part of the specification.