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-observation-status.json
FHIR VersionR4
Sourcehttps://build.fhir.org/ig/FHIR/us-quality-core/ValueSet-us-quality-core-non-negative-observation-status.html
URLhttp://fhir.org/guides/astp/us-quality-core/ValueSet/us-quality-core-non-negative-observation-status
Version0.1.0
Statusactive
Date2018-12-05T00:00:00+00:00
NameNonNegativeObservationStatus
TitleNon-Negative Observation Status
Realmus
Authorityhl7
DescriptionThis value set defines the set of codes that indicate a non-negated observation status (i.e. codes that are not `cancelled`)
PurposeThis value set was defined to support the set of observation statuses in FHIR that do not explicitly indicate a negative status (i.e. all the codes from the http://hl7.org/fhir/observation-status code system that are not `cancelled`).

Resources that use this resource

StructureDefinition
fhir.astp.us-quality-core#currentus-quality-core-nonpatient-observationUS Quality Core NonPatient Observation
fhir.astp.us-quality-core#currentus-quality-core-observation-clinical-resultUS Quality Core Observation Clinical Result
fhir.astp.us-quality-core#currentus-quality-core-observation-labUS Quality Core Laboratory Result Observation
fhir.astp.us-quality-core#currentus-quality-core-observation-screening-assessmentUS Quality Core Observation Screening Assessment
fhir.astp.us-quality-core#currentus-quality-core-simple-observationUS Quality Core Simple Observation

Resources that this resource uses

CodeSystem
hl7.fhir.uv.xver-r4.r4b#0.1.0observation-statusObservationStatus

Narrative

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

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

  • Include these codes as defined in http://hl7.org/fhir/observation-status version 📦4.0.1
    CodeDisplayDefinition
    registeredRegisteredThe existence of the observation is registered, but there is no result yet available.
    preliminaryPreliminaryThis is an initial or interim observation: data may be incomplete or unverified.
    finalFinalThe observation is complete and there are no further actions needed. Additional information such "released", "signed", etc would be represented using [Provenance](provenance.html) which provides not only the act but also the actors and dates and other related data. These act states would be associated with an observation status of `preliminary` until they are all completed and then a status of `final` would be applied.
    amendedAmendedSubsequent to being Final, the observation has been modified subsequent. This includes updates/new information and corrections.
    correctedCorrectedSubsequent to being Final, the observation has been modified to correct an error in the test result.
    entered-in-errorEntered in ErrorThe observation has been withdrawn following previous final release. This 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 "cancelled" rather than "entered-in-error".).
    unknownUnknownThe authoring/source system does not know which of the status values currently applies for this observation. 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-observation-status",
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "url": "http://fhir.org/guides/astp/us-quality-core/ValueSet/us-quality-core-non-negative-observation-status",
  "version": "0.1.0",
  "name": "NonNegativeObservationStatus",
  "title": "Non-Negative Observation 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 observation status (i.e. codes that are not `cancelled`)",
  "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 observation statuses in FHIR that do not explicitly indicate a negative status (i.e. all the codes from the http://hl7.org/fhir/observation-status code system that are not `cancelled`).",
  "compose": {
    "include": [
      {
        "system": "http://hl7.org/fhir/observation-status",
        "concept": [
          {
            "code": "registered",
            "display": "Registered"
          },
          {
            "code": "preliminary",
            "display": "Preliminary"
          },
          {
            "code": "final",
            "display": "Final"
          },
          {
            "code": "amended",
            "display": "Amended"
          },
          {
            "code": "corrected",
            "display": "Corrected"
          },
          {
            "code": "entered-in-error",
            "display": "Entered in Error"
          },
          {
            "code": "unknown",
            "display": "Unknown"
          }
        ]
      }
    ]
  }
}