Patient-Generated Health Data (PGHD) Implementation Guide
0.5.0 - release
Publication Build: This will be filled in by the publication tooling
{
"resourceType" : "MedicationAdministration",
"id" : "pghd-medicationadministration-insulin-1",
"meta" : {
"profile" : [
🔗 "http://fhir/pghd/StructureDefinition/pghd-medicationadministration-insulin"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: MedicationAdministration</b><a name=\"pghd-medicationadministration-insulin-1\"> </a><a name=\"hcpghd-medicationadministration-insulin-1\"> </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 MedicationAdministration "pghd-medicationadministration-insulin-1" </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-pghd-medicationadministration-insulin.html\">PGHD MedicationAdministration Insulin Profile</a></p></div><p><b>status</b>: completed</p><p><b>medication</b>: <a name=\"hcmedication\"> </a></p><blockquote><p/><p><a name=\"medication\"> </a></p><p><a name=\"hcmedication\"> </a></p><p><b>status</b>: active</p><h3>Ingredients</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Item[x]</b></td><td><b>Strength</b></td></tr><tr><td style=\"display: none\">*</td><td>ノボラピッド注\u3000フレックスタッチ <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (unknown#122527301)</span></td><td>1 回分<span style=\"background: LightGoldenRodYellow\"> (Details: urn:oid:1.2.392.100495.20.2.101 code DOSE = 'DOSE')</span>/1 回<span style=\"background: LightGoldenRodYellow\"> (Details: urn:oid:1.2.392.100495.20.2.101 code TIME = 'TIME')</span></td></tr></table></blockquote><p><b>subject</b>: <a href=\"Patient-1.html\">Patient/1</a> " DOE"</p><p><b>effective</b>: 2020-10-05</p><hr/><blockquote><p><b>Generated Narrative: Medication #medication</b><a name=\"medication\"> </a><a name=\"hcmedication\"> </a></p><p><b>status</b>: active</p><h3>Ingredients</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Item[x]</b></td><td><b>Strength</b></td></tr><tr><td style=\"display: none\">*</td><td>ノボラピッド注\u3000フレックスタッチ <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (unknown#122527301)</span></td><td>1 回分<span style=\"background: LightGoldenRodYellow\"> (Details: urn:oid:1.2.392.100495.20.2.101 code DOSE = 'DOSE')</span>/1 回<span style=\"background: LightGoldenRodYellow\"> (Details: urn:oid:1.2.392.100495.20.2.101 code TIME = 'TIME')</span></td></tr></table></blockquote></div>"
},
"contained" : [
{
"resourceType" : "Medication",
"id" : "medication",
"status" : "active",
"ingredient" : [
{
"itemCodeableConcept" : {
"coding" : [
{
"system" : "urn:oid:1.2.392.200119.4.403.1",
"code" : "122527301",
"display" : "ノボラピッド注\u3000フレックスタッチ"
}
],
"text" : "ノボラピッド注\u3000フレックスタッチ"
},
"strength" : {
"numerator" : {
"value" : 1,
"unit" : "回分",
"system" : "urn:oid:1.2.392.100495.20.2.101",
"code" : "DOSE"
},
"denominator" : {
"value" : 1,
"unit" : "回",
"system" : "urn:oid:1.2.392.100495.20.2.101",
"code" : "TIME"
}
}
}
]
}
],
"status" : "completed",
"medicationReference" : {
"reference" : "#medication"
},
"subject" : {
🔗 "reference" : "Patient/1"
},
"effectiveDateTime" : "2020-10-05"
}