Retention Implementation Guide
2.0.0 - ci-build
Retention Implementation Guide - Local Development build (v2.0.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
{
"resourceType" : "MedicationStatement",
"id" : "SGLT2iDapagliflozin",
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: MedicationStatement SGLT2iDapagliflozin</b></p><a name=\"SGLT2iDapagliflozin\"> </a><a name=\"hcSGLT2iDapagliflozin\"> </a><p><b>status</b>: Active</p><p><b>category</b>: <span title=\"Codes:{https://www.retention-project.eu/ig/CodeSystem/Medication 205}\">SGLT2i</span></p><p><b>medication</b>: <span title=\"Codes:{http://snomed.info/sct 703674001}\">Dapagliflozin</span></p><p><b>subject</b>: <a href=\"Patient-P001.html\">Anonymous Patient (no stated gender), DoB Unknown</a></p><p><b>effective</b>: 2022-06-01 --> 2022-06-30</p><p><b>dateAsserted</b>: 2022-05-21 07:29:23+0000</p><blockquote><p><b>dosage</b></p><h3>DoseAndRates</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Type</b></td><td><b>Dose[x]</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes:{http://snomed.info/sct 408102007}\">Unit dose</span></td><td>100 mg/day</td></tr></table></blockquote></div>"
},
"status" : "active",
"category" : {
"coding" : [
{
"system" : "https://www.retention-project.eu/ig/CodeSystem/Medication",
"code" : "205",
"display" : "SGLT2i"
}
]
},
"medicationCodeableConcept" : {
"coding" : [
{
"system" : "http://snomed.info/sct",
"code" : "703674001",
"display" : "Dapagliflozin"
}
]
},
"subject" : {
🔗 "reference" : "Patient/P001"
},
"effectivePeriod" : {
"start" : "2022-06-01",
"end" : "2022-06-30"
},
"dateAsserted" : "2022-05-21T07:29:23.356+00:00",
"dosage" : [
{
"doseAndRate" : [
{
"type" : {
"coding" : [
{
"system" : "http://snomed.info/sct",
"code" : "408102007",
"display" : "Unit dose"
}
]
},
"doseQuantity" : {
"value" : 100,
"unit" : "mg/day"
}
}
]
}
]
}