DSTU2 Ballot Source

This page is part of the FHIR Specification (v0.5.0: DSTU 2 Ballot 2). 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": "valueset-referencerange-meaning",
  "meta": {
    "lastUpdated": "2015-04-03T14:24:32.000+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.119"
    }
  ],
  "url": "http://hl7.org/fhir/vs/referencerange-meaning",
  "version": "0.5.0",
  "name": "Observation Reference Range Meaning Codes",
  "publisher": "FHIR Project team",
  "contact": [
    {
      "telecom": [
        {
          "system": "url",
          "value": "http://hl7.org/fhir"
        }
      ]
    }
  ],
  "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",
  "status": "draft",
  "experimental": true,
  "define": {
    "extension": [
      {
        "url": "http://hl7.org/fhir/StructureDefinition/valueset-oid",
        "valueUri": "urn:oid:null"
      }
    ],
    "system": "http://hl7.org/fhir/referencerange-meaning",
    "caseSensitive": true,
    "concept": [
      {
        "code": "type",
        "abstract": true,
        "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,
        "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/v3/vs/Race"
    ],
    "include": [
      {
        "system": "http://snomed.info/sct",
        "concept": [
          {
            "code": "248153007"
          },
          {
            "code": "248152002"
          },
          {
            "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.