FHIR IG analytics
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 📦5.0.0| 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. |
| 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".). |
Source1
{
"resourceType": "ValueSet",
"id": "ahd-counseling-result-status",
"text": {
"status": "extensions",
"div": "<!-- snip (see above) -->"
},
"url": "https://fhir.ee/ahd/ValueSet/ahd-counseling-result-status",
"version": "0.1.0",
"name": "AHDCounselingResultStatusVS",
"title": "PET nõustamise otsuse staatus",
"status": "draft",
"experimental": false,
"date": "2026-07-14T10:40:49+00:00",
"publisher": "TEHIK",
"contact": [
{
"name": "TEHIK",
"telecom": [
{
"system": "url",
"value": "https://tehik.ee"
},
{
"system": "email",
"value": "abi@tehik.ee"
}
]
}
],
"description": "Lubatud staatused PET nõustamise otsuse jaoks: final | entered-in-error",
"compose": {
"include": [
{
"system": "http://hl7.org/fhir/observation-status",
"concept": [
{
"code": "final"
},
{
"code": "entered-in-error"
}
]
}
]
}
}