Cross-Version Extension for Observation.component.dataAbsentReason in R3

URLhttp://hl7.org/fhir/3.0/StructureDefinition/extension-Observation.component.dataAbsentReason
Version
Statusactive
Description

Cross-Version Extension for Observation.component.dataAbsentReason. Valid in versions R2

This is a valid extension because it has the following codes that are not in other versions not-performed (http://hl7.org/fhir/3.0/data-absent-reason)

Context of Use

This extension may be used in the following contexts:


NameFlagsCard.TypeDescription & Constraintsdoco
.. Extension 0..1ExtensionWhy the component result is missing
... extension ..0
... value[x] 1..CodeableConcept
... url "http://hl7.org/fhir/3.0/StructureDefinition/extension-Observation.component.dataAbsentReason"

doco Documentation for this format

{
  "resourceType" : "StructureDefinition",
  "id" : "xv-r3-obs.com.dataAbsentReason",
  "url" : "http://hl7.org/fhir/3.0/StructureDefinition/extension-Observation.component.dataAbsentReason",
  "name" : "XVerExtensionObservation.component.dataAbsentReasonR3",
  "title" : "Cross-Version Extension for Observation.component.dataAbsentReason in R3",
  "status" : "active",
  "experimental" : false,
  "publisher" : "Health Level Seven International (Orders and Observations)",
  "contact" : [{
    "telecom" : [{
      "system" : "url",
      "value" : "http://hl7.org/fhir"
    }]
  },
  {
    "telecom" : [{
      "system" : "url",
      "value" : "http://www.hl7.org/Special/committees/orders/index.cfm"
    }]
  }],
  "description" : "Cross-Version Extension for Observation.component.dataAbsentReason. Valid in versions R2\r\n\r\nThis is a valid extension because it has the following codes that are not in other versions not-performed (http://hl7.org/fhir/3.0/data-absent-reason)",
  "jurisdiction" : [{
    "coding" : [{
      "system" : "http://unstats.un.org/unsd/methods/m49/m49.htm",
      "code" : "001"
    }]
  }],
  "fhirVersion" : "5.0.0",
  "kind" : "complex-type",
  "abstract" : false,
  "type" : "Extension",
  "baseDefinition" : "http://hl7.org/fhir/StructureDefinition/Extension",
  "derivation" : "constraint",
  "differential" : {
    "element" : [{
      "path" : "Extension",
      "short" : "Why the component result is missing",
      "definition" : "Provides a reason why the expected value in the element Observation.value[x] is missing.",
      "comment" : "\"Null\" or exceptional values can be represented two ways in FHIR Observations.  One way is to simply include them in the value set and represent the exceptions in the value.  For example, measurement values for a serology test could be  \"detected\", \"not detected\", \"inconclusive\", or  \"test not done\".   The alternate way is to use the value element for actual observations and use the explicit dataAbsentReason element to record exceptional values.  For example, the dataAbsentReason code \"error\" could be used when the measurement was not completed.  Because of these options, use-case agreements are required to interpret general observations for exceptional values.",
      "requirements" : "For many results it is necessary to handle exceptional values in measurements.",
      "min" : 0,
      "max" : "1",
      "isModifier" : false,
      "mapping" : [{
        "identity" : "v2",
        "map" : "N/A"
      },
      {
        "identity" : "rim",
        "map" : "value.nullFlavor"
      }]
    },
    {
      "path" : "Extension.extension",
      "max" : "0"
    },
    {
      "path" : "Extension.value[x]",
      "min" : 1,
      "type" : [{
        "code" : "CodeableConcept"
      }]
    },
    {
      "path" : "Extension.url",
      "fixedUri" : "http://hl7.org/fhir/3.0/StructureDefinition/extension-Observation.component.dataAbsentReason"
    }]
  }
}