| Package | hl7.fhir.us.vitalsigns |
| Resource Type | ValueSet |
| Id | abnIntNumericNomVS |
| FHIR Version | R4 |
| Source | http://hl7.org/fhir/us/vitals/http://hl7.org/fhir/us/vitals/2020Sep/ValueSet-abnIntNumericNomVS.html |
| URL | http://hl7.org/fhir/us/vitals/ValueSet/abnIntNumericNomVS |
| Version | 0.1.0 |
| Status | draft |
| Date | 2015-04-14 |
| Name | AbnormalInterpretationNumericNom |
| Title | Abnormal Interpretation Numeric Nominal value set |
| Realm | us |
| Authority | hl7 |
| Description | HL7 V3:ObservationInterpretation OID: 2.16.840.1.113883.5.83 |
| Copyright | IHC |
| StructureDefinition | |
| BodyLength | BodyLength |
| BodyMassIndex | BodyMassIndex |
| BodyTemperature | BodyTemperature |
| BodyWeight | BodyWeight |
| HeadOccipitalFrontalCircumference | Head Occipital-Frontal Circumference |
| HeartRate | HeartRate |
| Height | Height |
| OxygenSaturationArterialBloodPulseOx | Oxygen Saturation in Arterial Blood by Pulse Oximetery |
| RespiratoryRate | Respiratory Rate |
| CodeSystem | |
| v3-ObservationInterpretation | ObservationInterpretation |
Note: links and images are rebased to the (stated) source
http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation| Code | Display | |
| A | Abnormal | The result or observation value is outside the reference range or expected norm (as defined for the respective test procedure). \[Note: Typically applies to non-numeric results.\] |
| H | Higher Than Normal | The result for a quantitative observation is above the upper limit of the reference range (as defined for the respective test procedure). Synonym: Above high normal |
| L | Lower Than Normal | The result for a quantitative observation is below the lower limit of the reference range (as defined for the respective test procedure). Synonym: Below low normal |
| HH | Panic High | The result for a quantitative observation is above a reference level at which immediate action should be considered for patient safety (as defined for the respective test procedure). Synonym: Above upper panic limits. |
| LL | Panic Low | The result for a quantitative observation is below a reference level at which immediate action should be considered for patient safety (as defined for the respective test procedure). Synonym: Below lower panic limits. |
{
"resourceType": "ValueSet",
"id": "abnIntNumericNomVS",
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"url": "http://hl7.org/fhir/us/vitals/ValueSet/abnIntNumericNomVS",
"version": "0.1.0",
"name": "AbnormalInterpretationNumericNom",
"title": "Abnormal Interpretation Numeric Nominal value set",
"status": "draft",
"date": "2015-04-14",
"publisher": "HSPC",
"contact": [
{
"telecom": [
{
"system": "other",
"value": "http://healtcaresoa.org"
}
]
}
],
"description": "HL7 V3:ObservationInterpretation OID: 2.16.840.1.113883.5.83",
"jurisdiction": [
{
"coding": [
{
"system": "urn:iso:std:iso:3166",
"code": "US",
"display": "United States of America"
}
]
}
],
"copyright": "IHC",
"compose": {
"include": [
{
"system": "http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation",
"concept": [
{
"code": "A",
"display": "Abnormal"
},
{
"code": "H",
"display": "Higher Than Normal"
},
{
"code": "L",
"display": "Lower Than Normal"
},
{
"code": "HH",
"display": "Panic High"
},
{
"code": "LL",
"display": "Panic Low"
}
]
}
]
}
}