MyHealtheVet use of PGHD - Local Development build (v0.2.10-beta) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
: The methods of measurement for blood pressure that MHV supports - JSON Representation
Raw json | Download
{
"resourceType" : "ValueSet",
"id" : "mhv-blood-pressure-positions",
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><ul><li>Include these codes as defined in <a href=\"http://loinc.org\"><code>http://loinc.org</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=\"https://loinc.org/69000-8/\">69000-8</a></td><td>Heart rate - sitting</td></tr><tr><td><a href=\"https://loinc.org/69001-6/\">69001-6</a></td><td>Heart rate - standing</td></tr><tr><td><a href=\"https://loinc.org/68999-2/\">68999-2</a></td><td>Heart rate - supine</td></tr><tr><td><a href=\"https://loinc.org/40443-4/\">40443-4</a></td><td>Heart rate - resting</td></tr></table></li></ul></div>"
},
"extension" : [
{
"url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
"valueInteger" : 2,
"_valueInteger" : {
"extension" : [
{
"url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom",
"valueCanonical" : "https://johnmoehrke.github.io/MHV-PGHD/ImplementationGuide/va.mhv.example"
}
]
}
},
{
"url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
"valueCode" : "trial-use",
"_valueCode" : {
"extension" : [
{
"url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom",
"valueCanonical" : "https://johnmoehrke.github.io/MHV-PGHD/ImplementationGuide/va.mhv.example"
}
]
}
}
],
"url" : "https://johnmoehrke.github.io/MHV-PGHD/ValueSet/mhv-blood-pressure-positions",
"version" : "0.2.10-beta",
"name" : "MHVbloodPressurePositions",
"title" : "The methods of measurement for blood pressure that MHV supports",
"status" : "active",
"experimental" : false,
"date" : "2023-12-06T12:46:33-06:00",
"publisher" : "John Moehrke (himself)",
"contact" : [
{
"name" : "John Moehrke (himself)",
"telecom" : [
{
"system" : "url",
"value" : "http://healthcaresecprivacy.blogspot.com"
},
{
"system" : "email",
"value" : "JohnMoehrke@gmail.com"
}
]
},
{
"name" : "John Moehrke (himself)",
"telecom" : [
{
"system" : "email",
"value" : "JohnMoehrke@gmail.com"
}
]
}
],
"description" : "These are the loinc body positions that MHV supports on blood pressure.",
"jurisdiction" : [
{
"coding" : [
{
"system" : "urn:iso:std:iso:3166",
"code" : "US"
}
]
}
],
"compose" : {
"include" : [
{
"system" : "http://loinc.org",
"concept" : [
{
"code" : "69000-8",
"display" : "Heart rate - sitting"
},
{
"code" : "69001-6",
"display" : "Heart rate - standing"
},
{
"code" : "68999-2",
"display" : "Heart rate - supine"
},
{
"code" : "40443-4",
"display" : "Heart rate - resting"
}
]
}
]
}
}