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

FHIR IG analytics

Packageee.fhir.ahd
Resource TypeValueSet
IdValueSet-ahd-counseling-result-status.json
FHIR VersionR5
Sourcehttps://build.fhir.org/ig/TEHIK-EE/ig-ee-pet/ValueSet-ahd-counseling-result-status.html
URLhttps://fhir.ee/ahd/ValueSet/ahd-counseling-result-status
Version0.1.0
Statusdraft
Date2026-07-14T10:40:49+00:00
NameAHDCounselingResultStatusVS
TitlePET nõustamise otsuse staatus
DescriptionLubatud staatused PET nõustamise otsuse jaoks: final | entered-in-error

Resources that use this resource

StructureDefinition
ee.fhir.ahd#currentahd-counseling-resultPET nõustamise otsus

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 ahd-counseling-result-status

  • Include these codes as defined in http://hl7.org/fhir/observation-status version 📦5.0.0
    CodeDisplayDefinition
    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.
    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".).

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"
          }
        ]
      }
    ]
  }
}