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

FHIR IG analytics

Packagefhir.astp.us-quality-core
Resource TypeValueSet
IdValueSet-us-quality-core-non-negative-event-status.json
FHIR VersionR4
Sourcehttps://build.fhir.org/ig/FHIR/us-quality-core/ValueSet-us-quality-core-non-negative-event-status.html
URLhttp://fhir.org/guides/astp/us-quality-core/ValueSet/us-quality-core-non-negative-event-status
Version0.1.0
Statusactive
Date2018-12-05T00:00:00+00:00
NameNonNegativeEventStatus
TitleNon-Negative Event Status
Realmus
Authorityhl7
DescriptionThis value set defines the set of codes that indicate a non-negated event status (i.e. codes that are not `not-done`)
PurposeThis value set was defined to support the set of event statuses in FHIR that do not explicitly indicate a negative status (i.e. all the codes from the http://hl7.org/fhir/event-status code system that are not `not-done`).

Resources that use this resource

StructureDefinition
fhir.astp.us-quality-core#currentus-quality-core-communicationUS Quality Core Communication
fhir.astp.us-quality-core#currentus-quality-core-procedureUS Quality Core Procedure

Resources that this resource uses

CodeSystem
hl7.fhir.uv.xver-r4.r4b#0.1.0event-statusEventStatus

Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: ValueSet us-quality-core-non-negative-event-status

  • Include these codes as defined in http://hl7.org/fhir/event-status version 📦4.0.1
    CodeDisplayDefinition
    preparationPreparationThe core event has not started yet, but some staging activities have begun (e.g. surgical suite preparation). Preparation stages may be tracked for billing purposes.
    in-progressIn ProgressThe event is currently occurring.
    on-holdOn HoldThe event has been temporarily stopped but is expected to resume in the future.
    stoppedStoppedThe event was terminated prior to the full completion of the intended activity but after at least some of the 'main' activity (beyond preparation) has occurred.
    completedCompletedThe event has now concluded.
    entered-in-errorEntered in ErrorThis electronic record should never have existed, though it is possible that real-world decisions were based on it. (If real-world activity has occurred, the status should be "stopped" rather than "entered-in-error".).
    unknownUnknownThe authoring/source system does not know which of the status values currently applies for this event. Note: This concept is not to be used for "other" - one of the listed statuses is presumed to apply, but the authoring/source system does not know which.

Source1

{
  "resourceType": "ValueSet",
  "id": "us-quality-core-non-negative-event-status",
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "url": "http://fhir.org/guides/astp/us-quality-core/ValueSet/us-quality-core-non-negative-event-status",
  "version": "0.1.0",
  "name": "NonNegativeEventStatus",
  "title": "Non-Negative Event Status",
  "status": "active",
  "experimental": false,
  "date": "2018-12-05T00:00:00+00:00",
  "publisher": "ASTP",
  "contact": [
    {
      "telecom": [
        {
          "system": "url",
          "value": "https://www.healthit.gov/"
        }
      ]
    }
  ],
  "description": "This value set defines the set of codes that indicate a non-negated event status (i.e. codes that are not `not-done`)",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "urn:iso:std:iso:3166",
          "code": "US",
          "display": "United States of America"
        }
      ],
      "text": "USA"
    }
  ],
  "purpose": "This value set was defined to support the set of event statuses in FHIR that do not explicitly indicate a negative status (i.e. all the codes from the http://hl7.org/fhir/event-status code system that are not `not-done`).",
  "compose": {
    "include": [
      {
        "system": "http://hl7.org/fhir/event-status",
        "concept": [
          {
            "code": "preparation",
            "display": "Preparation"
          },
          {
            "code": "in-progress",
            "display": "In Progress"
          },
          {
            "code": "on-hold",
            "display": "On Hold"
          },
          {
            "code": "stopped",
            "display": "Stopped"
          },
          {
            "code": "completed",
            "display": "Completed"
          },
          {
            "code": "entered-in-error",
            "display": "Entered in Error"
          },
          {
            "code": "unknown",
            "display": "Unknown"
          }
        ]
      }
    ]
  }
}