Tech-Enabled Chronic Care (TECC) FHIR IG
0.1.0 - ci-build
Tech-Enabled Chronic Care (TECC) FHIR IG - Local Development build (v0.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
| Draft as of 2025-12-08 |
{
"resourceType" : "ValueSet",
"id" : "blood-pressure-loinc",
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ValueSet blood-pressure-loinc</b></p><a name=\"blood-pressure-loinc\"> </a><a name=\"hcblood-pressure-loinc\"> </a><ul><li>Include these codes as defined in <a href=\"http://loinc.org\"><code>http://loinc.org</code></a><span title=\"Version is not explicitly stated. No matching Code System found\"> version Not Stated (use latest from terminology server)</span><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td><a href=\"https://loinc.org/8480-6/\">8480-6</a></td><td>Systolic blood pressure</td></tr><tr><td><a href=\"https://loinc.org/8462-4/\">8462-4</a></td><td>Diastolic blood pressure</td></tr></table></li></ul></div>"
},
"url" : "https://tecc.dev/fhir/ValueSet/blood-pressure",
"version" : "0.1.0",
"name" : "BloodPressureLOINC",
"title" : "Blood Pressure LOINC Codes",
"status" : "draft",
"date" : "2025-12-08T17:13:31+00:00",
"publisher" : "tecc",
"contact" : [
{
"name" : "tecc",
"telecom" : [
{
"system" : "url",
"value" : "https://tecc.dev"
}
]
}
],
"description" : "LOINC codes for systolic and diastolic BP measurement.",
"compose" : {
"include" : [
{
"system" : "http://loinc.org",
"concept" : [
{
"code" : "8480-6",
"display" : "Systolic blood pressure"
},
{
"code" : "8462-4",
"display" : "Diastolic blood pressure"
}
]
}
]
}
}