FHIR IG Statistics: ValueSet/olis-InterpretationProvider
Resources that use this resource
Resources that this resource uses
Narrative
No narrative content found in resource
Source
{
"resourceType": "ValueSet",
"id": "olis-InterpretationProvider",
"url": "http://ehealthontario.ca/fhir/ValueSet/ca-on-lab-observation-interpretation",
"version": "1.0.1",
"name": "Interpretation",
"status": "active",
"publisher": "Ontario Health",
"description": "Abnormal observation flags supported by OLIS",
"compose": {
"include": [
{
"system": "http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation",
"concept": [
{
"code": "L",
"display": "Low"
},
{
"code": "H",
"display": "High"
},
{
"code": "LL",
"display": "Critical low"
},
{
"code": "HH",
"display": "Critical high"
},
{
"code": "N",
"display": "Normal"
},
{
"code": "A",
"display": "Abnormal"
},
{
"code": "AA",
"display": "Critical abnormal"
},
{
"code": "S",
"display": "Susceptible"
},
{
"code": "I",
"display": "Intermediate"
},
{
"code": "R",
"display": "Resistant"
},
{
"code": "MS",
"display": "Moderately susceptible"
},
{
"code": "VS",
"display": "Very susceptible"
},
{
"code": "NI",
"display": "No Interpretation"
},
{
"code": "SDD",
"display": "Susceptible-dose dependant"
}
]
}
]
}
}