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
: Example of an Apple bodyWeight - JSON Representation
Raw json | Download
{
"resourceType" : "Observation",
"id" : "ex-weight-apple",
"meta" : {
"source" : "#e60e7f0e-8b08-49",
"tag" : [
{
"system" : "https://wiki.mobilehealth.va.gov/x/Onc1C",
"code" : "49d985b4-6f9d-47e3-bbc9-a56c840ba4a6",
"display" : "Sync My Health Data"
}
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: Observation</b><a name=\"ex-weight-apple\"> </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 "ex-weight-apple" </p><p style=\"margin-bottom: 0px\">Information Source: #e60e7f0e-8b08-49!</p><p style=\"margin-bottom: 0px\">Tag: <span title=\"{https://wiki.mobilehealth.va.gov/x/Onc1C https://wiki.mobilehealth.va.gov/x/Onc1C}\">https://wiki.mobilehealth.va.gov/x/Onc1C</span></p></div><p><b>status</b>: final</p><p><b>code</b>: Body weight <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://loinc.org/\">LOINC</a>#29463-7)</span></p><p><b>subject</b>: <a href=\"Patient-ex-patient.html\">Patient/ex-patient: John Jacob Jingleheimer Schmidt</a> " SCHMIDT"</p><p><b>effective</b>: 2022-11-02 19:44:00+0000 --> 2022-11-02 19:44:00+0000</p><p><b>value</b>: 88.45 kg<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM code kg = 'kg')</span></p><p><b>note</b>: apple_health</p></div>"
},
"status" : "final",
"code" : {
"coding" : [
{
"system" : "http://loinc.org",
"code" : "29463-7",
"display" : "Body weight"
}
]
},
"subject" : {
🔗 "reference" : "Patient/ex-patient",
"display" : "John Jacob Jingleheimer Schmidt"
},
"effectivePeriod" : {
"start" : "2022-11-02T19:44:00+00:00",
"end" : "2022-11-02T19:44:00+00:00"
},
"valueQuantity" : {
"value" : 88.45,
"system" : "http://unitsofmeasure.org",
"code" : "kg"
},
"note" : [
{
"text" : "apple_health"
}
]
}