Fujitsu Healthy Living Implementation Guide
1.1.30 - release
Publication Build: This will be filled in by the publication tooling
{
"resourceType" : "Observation",
"id" : "BMIExample",
"meta" : {
"profile" : [
🔗 "http://ig.fujitsu.com/healthy-living/StructureDefinition/fujitsu-observation-bmi"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: Observation</b><a name=\"BMIExample\"> </a><a name=\"hcBMIExample\"> </a></p><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\">Resource Observation "BMIExample" </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-fujitsu-observation-bmi.html\">Fujitsu Observation BMI Profile</a></p></div><p><b>status</b>: final</p><p><b>category</b>: Vital Signs <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/5.5.0/CodeSystem-observation-category.html\">Observation Category Codes</a>#vital-signs)</span>, アセスメント <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://jpfhir.jp/fhir/core/CodeSystem-jp-observation-bodymeasurement-category-cs.html\">JP Core Observation BodyMeasurement Category CodeSystem</a>#assessment)</span></p><p><b>code</b>: BMI <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://loinc.org/\">LOINC</a>#39156-5 "Body mass index (BMI) [Ratio]"; <a href=\"http://jpfhir.jp/fhir/core/CodeSystem-jp-observation-bodymeasurement-code-cs.html\">JP Core Observation BodyMeasurement Code CodeSystem</a>#31003020 "BMI")</span></p><p><b>subject</b>: <a href=\"Patient-p001.html\">Patient/p001</a> " 健康"</p><p><b>encounter</b>: <a href=\"Encounter-e001.html\">Encounter/e001</a></p><p><b>effective</b>: 2021-10-01</p><p><b>performer</b>: </p><ul><li><a href=\"Organization-o001.html\">Organization/o001</a> "サンプル病院"</li><li><a href=\"PractitionerRole-r001.html\">PractitionerRole/r001</a></li></ul><p><b>value</b>: 24.04 kg/m2<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM code kg/m2 = 'kg/m2')</span></p></div>"
},
"status" : "final",
"category" : [
{
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/observation-category",
"code" : "vital-signs",
"display" : "Vital Signs"
}
]
},
{
"coding" : [
{
"system" : "http://jpfhir.jp/fhir/core/CodeSystem/JP_ObservationBodyMeasurementCategory_CS",
"code" : "assessment",
"display" : "アセスメント"
}
]
}
],
"code" : {
"coding" : [
{
"system" : "http://loinc.org",
"code" : "39156-5",
"display" : "Body mass index (BMI) [Ratio]"
},
{
"system" : "http://jpfhir.jp/fhir/core/CodeSystem/JP_ObservationBodyMeasurementCode_CS",
"code" : "31003020",
"display" : "BMI"
}
],
"text" : "BMI"
},
"subject" : {
🔗 "reference" : "Patient/p001"
},
"encounter" : {
🔗 "reference" : "Encounter/e001"
},
"effectiveDateTime" : "2021-10-01",
"performer" : [
{
🔗 "reference" : "Organization/o001"
},
{
🔗 "reference" : "PractitionerRole/r001"
}
],
"valueQuantity" : {
"value" : 24.04,
"unit" : "kg/m2",
"system" : "http://unitsofmeasure.org",
"code" : "kg/m2"
}
}