| Package | hl7.fhir.us.vitals |
| Resource Type | ValueSet |
| Id | NumericResultIntNonPanicVS |
| FHIR Version | R4 |
| Source | http://hl7.org/fhir/us/vitals/https://build.fhir.org/ig/HL7/cimi-vital-signs/ValueSet-NumericResultIntNonPanicVS.html |
| URL | http://hl7.org/fhir/us/vitals/ValueSet/NumericResultIntNonPanicVS |
| Version | 2.0.0 |
| Status | draft |
| Date | 2024-10-09T23:56:46+00:00 |
| Name | NumericResultInterpretationNonPanic |
| Title | Numeric Result Interpretation without panic values, value set |
| Realm | us |
| Authority | hl7 |
| Description | The HL7 V3:ObservationInterpretation code set (OID: 2.16.840.1.113883.5.83) that describes interpretations associated with a measured value, constrained to terms that are not those associated with 'panic' terms. |
| Copyright | Logica Health, all rights reserved Creative Commons License |
| StructureDefinition | |
| body-length | Body Length |
| body-mass-index | Body Mass Index |
| body-weight | Body Weight |
| head-occipital-frontal-circumference | Head Occipital-Frontal Circumference by Tape Measure |
| height | Body Height |
| CodeSystem | |
| v3-ObservationInterpretation | ObservationInterpretation |
Note: links and images are rebased to the (stated) source
Generated Narrative: ValueSet NumericResultIntNonPanicVS
http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation| Code | Display | Definition |
| 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 |
{
"resourceType": "ValueSet",
"id": "NumericResultIntNonPanicVS",
"text": {
"status": "extensions",
"div": "<!-- snip (see above) -->"
},
"url": "http://hl7.org/fhir/us/vitals/ValueSet/NumericResultIntNonPanicVS",
"version": "2.0.0",
"name": "NumericResultInterpretationNonPanic",
"title": "Numeric Result Interpretation without panic values, value set",
"status": "draft",
"date": "2024-10-09T23:56:46+00:00",
"publisher": "HL7 International - Clinical Information Modeling Initiative",
"contact": [
{
"name": "HL7 International - Clinical Information Modeling Initiative",
"telecom": [
{
"system": "url",
"value": "http://hl7.org/Special/committees/cimi"
}
]
},
{
"name": "Logica",
"telecom": [
{
"system": "url",
"value": "https://www.logicahealth.org/"
}
]
}
],
"description": "The HL7 V3:ObservationInterpretation code set (OID: 2.16.840.1.113883.5.83) that describes interpretations associated with a measured value, constrained to terms that are not those associated with 'panic' terms.",
"jurisdiction": [
{
"coding": [
{
"system": "http://unstats.un.org/unsd/methods/m49/m49.htm",
"code": "001",
"display": "World"
}
]
}
],
"copyright": "Logica Health, all rights reserved Creative Commons License",
"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"
}
]
}
]
}
}