Cross-Version Extension for Observation.referenceRange.type in R3

URLhttp://hl7.org/fhir/3.0/StructureDefinition/extension-Observation.referenceRange.type
Version
Statusactive
Description

Cross-Version Extension for Observation.referenceRange.type. Valid in versions R2

This is a valid cross-version extension because it's counted as a new element

Context of Use

This extension may be used in the following contexts:


NameFlagsCard.TypeDescription & Constraintsdoco
.. Extension 0..1ExtensionReference range qualifier
... extension ..0
... value[x] 1..CodeableConceptBinding: todo (extensible): Code for the meaning of a reference range.

... url "http://hl7.org/fhir/3.0/StructureDefinition/extension-Observation.referenceRange.type"

doco Documentation for this format

{
  "resourceType" : "StructureDefinition",
  "id" : "xv-r3-obs.ref.type",
  "url" : "http://hl7.org/fhir/3.0/StructureDefinition/extension-Observation.referenceRange.type",
  "name" : "XVerExtensionObservation.referenceRange.typeR3",
  "title" : "Cross-Version Extension for Observation.referenceRange.type 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.referenceRange.type. Valid in versions R2\r\n\r\nThis is a valid cross-version extension because it's counted as a new element",
  "jurisdiction" : [{
    "coding" : [{
      "system" : "http://unstats.un.org/unsd/methods/m49/m49.htm",
      "code" : "001"
    }]
  }],
  "fhirVersion" : "5.0.0",
  "kind" : "complex-type",
  "abstract" : false,
  "context" : [{
    "extension" : [{
      "extension" : [{
        "url" : "startFhirVersion",
        "valueCode" : "1.0"
      },
      {
        "url" : "endFhirVersion",
        "valueCode" : "1.0"
      }],
      "url" : "http://hl7.org/fhir/StructureDefinition/version-specific-use"
    }],
    "type" : "element",
    "expression" : "Observation.referenceRange"
  },
  {
    "type" : "extension",
    "expression" : "http://hl7.org/fhir/1.0/StructureDefinition/extension-Observation.referenceRange"
  }],
  "type" : "Extension",
  "baseDefinition" : "http://hl7.org/fhir/StructureDefinition/Extension",
  "derivation" : "constraint",
  "differential" : {
    "element" : [{
      "path" : "Extension",
      "short" : "Reference range qualifier",
      "definition" : "Codes to indicate the what part of the targeted reference population it applies to. For example, the normal or therapeutic range.",
      "comment" : "This SHOULD be populated if there is more than one range.  If this element is not present then the normal range is assumed.",
      "requirements" : "Need to be able to say what kind of reference range this is - normal, recommended, therapeutic, etc,  - for proper interpretation.",
      "min" : 0,
      "max" : "1",
      "isModifier" : false,
      "mapping" : [{
        "identity" : "sct-concept",
        "map" : "< 260245000 |Findings values| OR  \r< 365860008 |General clinical state finding| \rOR \r< 250171008 |Clinical history or observation findings| OR  \r< 415229000 |Racial group| OR \r< 365400002 |Finding of puberty stage| OR\r< 443938003 |Procedure carried out on subject|"
      },
      {
        "identity" : "v2",
        "map" : "OBX-10"
      },
      {
        "identity" : "rim",
        "map" : "interpretationCode"
      }]
    },
    {
      "path" : "Extension.extension",
      "max" : "0"
    },
    {
      "path" : "Extension.value[x]",
      "min" : 1,
      "type" : [{
        "code" : "CodeableConcept"
      }],
      "binding" : {
        "strength" : "extensible",
        "description" : "Code for the meaning of a reference range.",
        "valueSet" : "http://hl7.org/fhir/ValueSet/referencerange-meaning|3.0.2"
      }
    },
    {
      "path" : "Extension.url",
      "fixedUri" : "http://hl7.org/fhir/3.0/StructureDefinition/extension-Observation.referenceRange.type"
    }]
  }
}