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

FHIR IG analytics

Packagehl7.fhir.us.qicore.r4
Resource TypeValueSet
IdValueSet-qicore-positive-request-status.json
FHIR VersionR4

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

Generated Narrative: ValueSet qicore-positive-request-status

  • Include these codes as defined in http://hl7.org/fhir/request-status
    CodeDisplayDefinition
    draftDraftThe request has been created but is not yet complete or ready for action.
    activeActiveThe request is in force and ready to be acted upon.
    on-holdOn HoldThe request (and any implicit authorization to act) has been temporarily withdrawn but is expected to resume in the future.
    revokedRevokedThe request (and any implicit authorization to act) has been terminated prior to the known full completion of the intended actions. No further activity should occur.
    completedCompletedThe activity described by the request has been fully performed. No further activity will occur.

Source1

{
  "resourceType": "ValueSet",
  "id": "qicore-positive-request-status",
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
      "valueCode": "cqi"
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
      "valueInteger": 4,
      "_valueInteger": {
        "extension": [
          {
            "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom",
            "valueCanonical": "http://hl7.org/fhir/us/qicore/ImplementationGuide/us-qicore"
          }
        ]
      }
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
      "valueCode": "trial-use",
      "_valueCode": {
        "extension": [
          {
            "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom",
            "valueCanonical": "http://hl7.org/fhir/us/qicore/ImplementationGuide/us-qicore"
          }
        ]
      }
    }
  ],
  "url": "http://hl7.org/fhir/us/qicore/ValueSet/qicore-positive-request-status",
  "version": "8.0.0-ballot",
  "name": "PositiveRequestStatus",
  "title": "Positive Request Status",
  "status": "active",
  "experimental": false,
  "date": "2018-12-05T00:00:00+00:00",
  "publisher": "HL7 International / Clinical Quality Information",
  "contact": [
    {
      "name": "Clinical Quality Information WG",
      "telecom": [
        {
          "system": "url",
          "value": "http://www.hl7.org/Special/committees/cqi"
        }
      ]
    }
  ],
  "description": "This value set defines the set of codes that indicate a positive request status (i.e. codes that indicate an activity is proposed, planned, or ordered).",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "urn:iso:std:iso:3166",
          "code": "US"
        }
      ]
    }
  ],
  "purpose": "This value set was defined to support the set of request statuses in FHIR that indicate a positive status (i.e. all the codes from the http://hl7.org/fhir/request-status code system that indicate an activity is proposed, planned, or ordered).",
  "compose": {
    "include": [
      {
        "system": "http://hl7.org/fhir/request-status",
        "concept": [
          {
            "code": "draft",
            "display": "Draft"
          },
          {
            "code": "active",
            "display": "Active"
          },
          {
            "code": "on-hold",
            "display": "On Hold"
          },
          {
            "code": "revoked",
            "display": "Revoked"
          },
          {
            "code": "completed",
            "display": "Completed"
          }
        ]
      }
    ]
  }
}