FHIR IG analytics| Package | hl7.fhir.us.physical-activity.r4b |
| Resource Type | ValueSet |
| Id | ValueSet-pa-observation-status.json |
| FHIR Version | R4B |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
http://hl7.org/fhir/observation-status| Code | Display | Definition |
| 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".). |
{
"resourceType": "ValueSet",
"id": "pa-observation-status",
"text": {
"status": "extensions",
"div": "<!-- snip (see above) -->"
},
"url": "http://hl7.org/fhir/us/physical-activity/ValueSet/pa-observation-status",
"version": "1.0.0-ballot",
"name": "PAObservationStatus",
"title": "PA Observation Statuses",
"status": "active",
"experimental": false,
"date": "2023-03-28T18:30:00+00:00",
"publisher": "HL7 International - Patient Care WG",
"contact": [
{
"name": "HL7 International - Patient Care WG",
"telecom": [
{
"system": "url",
"value": "http://www.hl7.org/Special/committees/patientcare"
}
]
}
],
"description": "Codes for Observation.status for Observations that are appropriate for exchange for physical activity purposes. Excludes non-completed and unknown-status Observations. Entered-in-error is retained to allow correction of previously shared results that should not have existed.",
"jurisdiction": [
{
"coding": [
{
"system": "urn:iso:std:iso:3166",
"code": "US"
}
]
}
],
"compose": {
"include": [
{
"system": "http://hl7.org/fhir/observation-status",
"concept": [
{
"code": "final"
},
{
"code": "amended"
},
{
"code": "corrected"
},
{
"code": "entered-in-error"
}
]
}
]
}
}