Connectathon 11 Snapshot

This page is part of the FHIR Specification (v1.2.0: STU 3 Draft). The current version which supercedes this version is 5.0.0. For a full list of available versions, see the Directory of published versions . Page versions: R5 R4B R4 R3 R2

Valueset-referencerange-meaning.json

Raw JSON (canonical form)

Definition for Value SetObservation Reference Range Meaning Codes

{
  "resourceType": "ValueSet",
  "id": "referencerange-meaning",
  "meta": {
    "lastUpdated": "2015-12-11T17:38:40.294+11:00",
    "profile": [
      "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<div>!-- Snipped for Brevity --></div>"
  },
  "extension": [
    {
      "url": "http://hl7.org/fhir/StructureDefinition/valueset-oid",
      "valueUri": "urn:oid:2.16.840.1.113883.4.642.2.217"
    }
  ],
  "url": "http://hl7.org/fhir/ValueSet/referencerange-meaning",
  "version": "1.2.0",
  "name": "Observation Reference Range Meaning Codes",
  "status": "draft",
  "experimental": true,
  "publisher": "FHIR Project team",
  "contact": [
    {
      "telecom": [
        {
          "system": "other",
          "value": "http://hl7.org/fhir"
        }
      ]
    }
  ],
  "date": "2015-12-11T17:38:40+11:00",
  "description": "This value set defines a set of codes that can be used to indicate the meaning/use of a reference range.",
  "copyright": "This value set includes content from SNOMED CT, which is copyright © 2002+ International Health Terminology Standards Development Organisation (IHTSDO), and distributed by agreement between IHTSDO and HL7. Implementer use of SNOMED CT is not covered by this agreement.",
  "codeSystem": {
    "extension": [
      {
        "url": "http://hl7.org/fhir/StructureDefinition/valueset-oid",
        "valueUri": "urn:oid:2.16.840.1.113883.4.642.1.217"
      }
    ],
    "system": "http://hl7.org/fhir/referencerange-meaning",
    "caseSensitive": true,
    "concept": [
      {
        "code": "type",
        "abstract": true,
        "display": "Type",
        "definition": "General types of reference range.",
        "concept": [
          {
            "code": "normal",
            "display": "Normal Range",
            "definition": "Based on 95th percentile for the relevant control population."
          },
          {
            "code": "recommended",
            "display": "Recommended Range",
            "definition": "The range that is recommended by a relevant professional body."
          },
          {
            "code": "treatment",
            "display": "Treatment Range",
            "definition": "The range at which treatment would/should be considered."
          },
          {
            "code": "therapeutic",
            "display": "Therapeutic Desired Level",
            "definition": "The optimal range for best therapeutic outcomes.",
            "concept": [
              {
                "code": "pre",
                "display": "Pre Therapeutic Desired Level",
                "definition": "The optimal range for best therapeutic outcomes for a specimen taken immediately before administration."
              },
              {
                "code": "post",
                "display": "Post Therapeutic Desired Level",
                "definition": "The optimal range for best therapeutic outcomes for a specimen taken immediately after administration."
              }
            ]
          }
        ]
      },
      {
        "code": "endocrine",
        "abstract": true,
        "display": "Endocrine",
        "definition": "Endocrine related states that change the expected value.",
        "concept": [
          {
            "code": "pre-puberty",
            "display": "Pre-Puberty",
            "definition": "An expected range in an individual prior to puberty."
          },
          {
            "code": "follicular",
            "display": "Follicular Stage",
            "definition": "An expected range in an individual during the follicular stage of the cycle."
          },
          {
            "code": "midcycle",
            "display": "MidCycle",
            "definition": "An expected range in an individual during the follicular stage of the cycle."
          },
          {
            "code": "luteal",
            "display": "Luteal",
            "definition": "An expected range in an individual during the luteal stage of the cycle."
          },
          {
            "code": "postmeopausal",
            "display": "Post-Menopause",
            "definition": "An expected range in an individual post-menopause."
          }
        ]
      }
    ]
  },
  "compose": {
    "import": [
      "http://hl7.org/fhir/ValueSet/v3-Race"
    ],
    "include": [
      {
        "system": "http://snomed.info/sct",
        "concept": [
          {
            "code": "248153007"
          },
          {
            "fhir_comments": [
              "   Male (finding)   "
            ],
            "code": "248152002"
          },
          {
            "fhir_comments": [
              "   Female (finding)   "
            ],
            "code": "77386006"
          }
        ]
      }
    ]
  }
}

Usage note: every effort has been made to ensure that the examples are correct and useful, but they are not a normative part of the specification.