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

FHIR IG analytics

Packageus.cdc.phinvads
Resource TypeValueSet
IdValueSet-2.16.840.1.114222.4.11.811.json
FHIR VersionR4
URLhttp://phinvads.cdc.gov/fhir/ValueSet/2.16.840.1.114222.4.11.811
Version1
Statusactive
Date2008-01-22T00:10:00+11:00
NamePHVS_ObservationResultStatus_HL7_2x
TitleObservation Result Status (HL7)
Realmus
DescriptionThe status of the observation. This field is required when the OBX segment is contained in a message. Uses HL7 2.5 Table 0085-Observation Result Status.

Resources that use this resource

No resources found


Resources that this resource uses

CodeSystem
v2-0085observationResultStatusCodesInterpretation

Narrative

No narrative content found in resource


Source1

{
  "resourceType": "ValueSet",
  "id": "2.16.840.1.114222.4.11.811",
  "meta": {
    "source": "https://phinvads.cdc.gov/vads/ViewValueSet.action?oid=2.16.840.1.114222.4.11.811"
  },
  "url": "http://phinvads.cdc.gov/fhir/ValueSet/2.16.840.1.114222.4.11.811",
  "version": "1",
  "name": "PHVS_ObservationResultStatus_HL7_2x",
  "title": "Observation Result Status (HL7)",
  "status": "active",
  "date": "2008-01-22T00:10:00+11:00",
  "description": "The status of the observation. This field is required when the OBX segment is contained in a message.  Uses HL7 2.5 Table 0085-Observation Result Status.",
  "compose": {
    "include": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/v2-0085",
        "version": "HL7 v2.5",
        "concept": [
          {
            "code": "D",
            "display": "Deletes the OBX record"
          },
          {
            "code": "F",
            "display": "Final results; Can only be changed with a corrected result."
          },
          {
            "code": "N",
            "display": "Not asked; used to affirmatively document that the observation identified in the OBX was not sought when the universal service ID in OBR-4 implies that it would be sought."
          },
          {
            "code": "O",
            "display": "Order detail description only (no result)"
          },
          {
            "code": "S",
            "display": "Partial results"
          },
          {
            "code": "W",
            "display": "Post original as wrong, e.g., transmitted for wrong patient"
          },
          {
            "code": "P",
            "display": "Preliminary results"
          },
          {
            "code": "C",
            "display": "Record coming over is a correction and thus replaces a final result"
          },
          {
            "code": "X",
            "display": "Results cannot be obtained for this observation"
          },
          {
            "code": "R",
            "display": "Results entered -- not verified"
          },
          {
            "code": "U",
            "display": "Results status change to final without retransmitting results already sent as _preliminary._  E.g., radiology changes status from preliminary to final"
          },
          {
            "code": "I",
            "display": "Specimen in lab; results pending"
          }
        ]
      }
    ]
  }
}