FHIR © HL7.org  |  Server Home  |  XIG Home  |  Server Source  |  FHIR  

FHIR IG Statistics: ValueSet/observation-final-status

Packagehl7.fhir.uv.eyecare
TypeValueSet
Idobservation-final-status
FHIR VersionR4
Sourcehttp://hl7.org/fhir/uv/eyecare/https://build.fhir.org/ig/HL7/fhir-eyecare-ig/ValueSet-observation-final-status.html
URLhttp://terminology.hl7.org/uv/eyecare/ValueSet/observation-final-status
Version0.1.0
Statusactive
Date2021-07-24T09:29:23+11:00
NameObservationStatus
TitleObservation Status
Realmuv
Authorityhl7
DescriptionDescribes whether a recorded observation is either final or amended

Resources that use this resource

StructureDefinition
observation-baseBase ophthalmic Observation profile

Resources that this resource uses

No resources found


Narrative

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

  • Include these codes as defined in http://hl7.org/fhir/observation-status
    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.
    amendedAmendedSubsequent to being Final, the observation has been modified subsequent. This includes updates/new information and corrections.

Source

{
  "resourceType": "ValueSet",
  "id": "observation-final-status",
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "url": "http://terminology.hl7.org/uv/eyecare/ValueSet/observation-final-status",
  "version": "0.1.0",
  "name": "ObservationStatus",
  "title": "Observation Status",
  "status": "active",
  "experimental": true,
  "date": "2021-07-24T09:29:23+11:00",
  "publisher": "HL7 International - Patient Care WG",
  "contact": [
    {
      "name": "HL7 International - Patient Care",
      "telecom": [
        {
          "system": "url",
          "value": "http://www.hl7.org/Special/committees/patientcare"
        }
      ]
    }
  ],
  "description": "Describes whether a recorded observation is either final or amended",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "http://unstats.un.org/unsd/methods/m49/m49.htm",
          "code": "001"
        }
      ]
    }
  ],
  "immutable": true,
  "compose": {
    "include": [
      {
        "system": "http://hl7.org/fhir/observation-status",
        "concept": [
          {
            "code": "final",
            "display": "Final"
          },
          {
            "code": "amended",
            "display": "Amended"
          }
        ]
      }
    ]
  }
}