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

FHIR IG analytics

Packageca.on.olis.r4
Resource TypeValueSet
Idvs-NatureofAbnormalTest.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source1

{
  "resourceType": "ValueSet",
  "id": "olis-NatureOfAbnormalTest",
  "url": "http://ehealthontario.ca/fhir/ValueSet/ca-on-lab-observation-abnormal-nature",
  "version": "1.0.0",
  "name": "NatureOfAbnormalTest",
  "status": "active",
  "publisher": "Ontario Health",
  "description": "Target population for reference range",
  "compose": {
    "include": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/v2-0080",
        "concept": [
          {
            "code": "A",
            "display": "An age-based population"
          },
          {
            "code": "N",
            "display": "None - generic normal range"
          },
          {
            "code": "R",
            "display": "A race-based population"
          },
          {
            "code": "S",
            "display": "A sex-based population"
          }
        ]
      }
    ]
  }
}