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

FHIR IG analytics

Packagehl7.fhir.us.physical-activity
Resource TypeValueSet
IdValueSet-pa-observation-status.json
FHIR VersionR4
Sourcehttps://build.fhir.org/ig/HL7/physical-activity/ValueSet-pa-observation-status.html
URLhttp://hl7.org/fhir/us/physical-activity/ValueSet/pa-observation-status
Version1.0.1
Statusactive
Date2024-03-12T17:26:10+00:00
NamePAObservationStatus
TitlePA Observation Statuses
Realmus
Authorityhl7
DescriptionCodes 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.

Resources that use this resource

No resources found


Resources that this resource uses

CodeSystem
observation-statusObservationStatus

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.
    correctedCorrectedSubsequent to being Final, the observation has been modified to correct an error in the test result.
    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": "pa-observation-status",
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
      "valueCode": "pc"
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
      "valueInteger": 2,
      "_valueInteger": {
        "extension": [
          {
            "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom",
            "valueCanonical": "http://hl7.org/fhir/us/physical-activity/ImplementationGuide/physical-activity"
          }
        ]
      }
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
      "valueCode": "trial-use",
      "_valueCode": {
        "extension": [
          {
            "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom",
            "valueCanonical": "http://hl7.org/fhir/us/physical-activity/ImplementationGuide/physical-activity"
          }
        ]
      }
    }
  ],
  "url": "http://hl7.org/fhir/us/physical-activity/ValueSet/pa-observation-status",
  "version": "1.0.1",
  "name": "PAObservationStatus",
  "title": "PA Observation Statuses",
  "status": "active",
  "experimental": false,
  "date": "2024-03-12T17:26:10+00:00",
  "publisher": "HL7 International / Patient Care",
  "contact": [
    {
      "name": "HL7 International / Patient Care",
      "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"
          }
        ]
      }
    ]
  }
}