FHIR IG analytics
| Package | fhir.astp.us-quality-core |
| Resource Type | ValueSet |
| Id | ValueSet-us-quality-core-non-negative-observation-status.json |
| FHIR Version | R4 |
| Source | https://build.fhir.org/ig/FHIR/us-quality-core/ValueSet-us-quality-core-non-negative-observation-status.html |
| URL | http://fhir.org/guides/astp/us-quality-core/ValueSet/us-quality-core-non-negative-observation-status |
| Version | 0.1.0 |
| Status | active |
| Date | 2018-12-05T00:00:00+00:00 |
| Name | NonNegativeObservationStatus |
| Title | Non-Negative Observation Status |
| Realm | us |
| Authority | hl7 |
| Description | This value set defines the set of codes that indicate a non-negated observation status (i.e. codes that are not `cancelled`) |
| 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`). |
Resources that use this resource
Resources that this resource uses
Narrative
Note: links and images are rebased to the (stated) source
- Include these codes as defined in
http://hl7.org/fhir/observation-status version 📦4.0.1| Code | Display | Definition |
| registered | Registered | The existence of the observation is registered, but there is no result yet available. |
| preliminary | Preliminary | This is an initial or interim observation: data may be incomplete or unverified. |
| final | Final | The 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. |
| amended | Amended | Subsequent to being Final, the observation has been modified subsequent. This includes updates/new information and corrections. |
| corrected | Corrected | Subsequent to being Final, the observation has been modified to correct an error in the test result. |
| entered-in-error | Entered in Error | The 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".). |
| unknown | Unknown | The 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"
}
]
}
]
}
}