Vital Signs Cross-Country Cross-Language Cross-Paradigm (Demo) IG
0.5.4 - ci-build
Vital Signs Cross-Country Cross-Language Cross-Paradigm (Demo) IG, published by FO. This guide is not an authorized publication; it is the continuous build for version 0.5.4 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/frankoemig/vital-signs-demo/ and changes regularly. See the Directory of published versions
Draft as of 2024-10-30 |
{
"resourceType" : "ValueSet",
"id" : "us-core-modified-blood-pressure-category",
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ValueSet us-core-modified-blood-pressure-category</b></p><a name=\"us-core-modified-blood-pressure-category\"> </a><a name=\"hcus-core-modified-blood-pressure-category\"> </a><a name=\"us-core-modified-blood-pressure-category-en-US\"> </a><ul><li>Include these codes as defined in <a href=\"CodeSystem-ObservationCategory.html\"><code>http://vitals.oemig.de/fhir/CodeSystem/ObservationCategory</code></a><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td><a href=\"CodeSystem-ObservationCategory.html#ObservationCategory-vital-sign-bp\">vital-sign-bp</a></td><td style=\"color: #cccccc\">blood pressure</td></tr><tr><td><a href=\"CodeSystem-ObservationCategory.html#ObservationCategory-vital-sign-sbp\">vital-sign-sbp</a></td><td style=\"color: #cccccc\">systolic blood pressure</td></tr><tr><td><a href=\"CodeSystem-ObservationCategory.html#ObservationCategory-vital-sign-dbp\">vital-sign-dbp</a></td><td style=\"color: #cccccc\">diastolic blood pressure</td></tr></table></li></ul></div>"
},
"url" : "http://vitals.oemig.de/fhir/ValueSet/us-core-modified-blood-pressure-category",
"version" : "0.5.4",
"name" : "USCoreBloodPressureCategory",
"title" : "Vital Signs Blood Pressure Category Codes",
"status" : "draft",
"experimental" : true,
"date" : "2024-10-30T09:20:09+00:00",
"publisher" : "FO",
"contact" : [
{
"name" : "FO",
"telecom" : [
{
"system" : "url",
"value" : "http://www.oemig.de"
}
]
}
],
"description" : "Value Set for Blood Pressure Category",
"compose" : {
"include" : [
{
"system" : "http://vitals.oemig.de/fhir/CodeSystem/ObservationCategory",
"concept" : [
{
"code" : "vital-sign-bp"
},
{
"code" : "vital-sign-sbp"
},
{
"code" : "vital-sign-dbp"
}
]
}
]
}
}