Guia de Implementação do AnHealth - Local Development build (v0.2.0). See the Directory of published versions
: ObservationPhysicalExam - JSON Representation
Raw json | Download
{
"resourceType" : "ValueSet",
"id" : "ObservationPhysicalExam",
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><ul><li>Include these codes as defined in <a href=\"CodeSystem-ObservationCodes.html\"><code>https://ancode.app/fhir/CodeSystem/ObservationCodes</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-ObservationCodes.html#ObservationCodes-8302-2\">8302-2</a></td><td>Body height</td></tr><tr><td><a href=\"CodeSystem-ObservationCodes.html#ObservationCodes-9843-4\">9843-4</a></td><td>Head Occipital-frontal circumference</td></tr><tr><td><a href=\"CodeSystem-ObservationCodes.html#ObservationCodes-29463-7\">29463-7</a></td><td>Body weight</td></tr><tr><td><a href=\"CodeSystem-ObservationCodes.html#ObservationCodes-39156-5\">39156-5</a></td><td>Body mass index (BMI)</td></tr><tr><td><a href=\"CodeSystem-ObservationCodes.html#ObservationCodes-8282-6\">8282-6</a></td><td>Maximum left calf circumference</td></tr><tr><td><a href=\"CodeSystem-ObservationCodes.html#ObservationCodes-8283-4\">8283-4</a></td><td>Maximum right calf circumference</td></tr><tr><td><a href=\"CodeSystem-ObservationCodes.html#ObservationCodes-8280-0\">8280-0</a></td><td>Abdominal circumference</td></tr><tr><td><a href=\"CodeSystem-ObservationCodes.html#ObservationCodes-8277-6\">8277-6</a></td><td>Body surface area</td></tr></table></li></ul></div>"
},
"url" : "https://ancode.app/fhir/ValueSet/ObservationPhysicalExam",
"version" : "0.2.0",
"name" : "ObservationPhysicalExam",
"status" : "draft",
"experimental" : false,
"date" : "2022-05-05",
"publisher" : "Ancode",
"contact" : [
{
"telecom" : [
{
"system" : "url",
"value" : "https://ancode.app"
}
]
}
],
"description" : "Observation Codes",
"immutable" : false,
"compose" : {
"include" : [
{
"system" : "https://ancode.app/fhir/CodeSystem/ObservationCodes",
"concept" : [
{
"code" : "8302-2",
"display" : "Body height"
},
{
"code" : "9843-4",
"display" : "Head Occipital-frontal circumference"
},
{
"code" : "29463-7",
"display" : "Body weight"
},
{
"code" : "39156-5",
"display" : "Body mass index (BMI)"
},
{
"code" : "8282-6",
"display" : "Maximum left calf circumference"
},
{
"code" : "8283-4",
"display" : "Maximum right calf circumference"
},
{
"code" : "8280-0",
"display" : "Abdominal circumference"
},
{
"code" : "8277-6",
"display" : "Body surface area"
}
]
}
]
}
}