Australian CVD Risk Calculator
Iteration3 - ci-build
Australian CVD Risk Calculator - Local Development build (vIteration3) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
{
"resourceType" : "MedicationRequest",
"id" : "irbesartan-code",
"meta" : {
"profile" : [
🔗 "http://hl7.org.au/fhir/core/StructureDefinition/au-core-medicationrequest"🔗 ,
"https://www.cvdcheck.org.au/fhir/StructureDefinition/CVDRiskMedicationRequest"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: MedicationRequest irbesartan-code</b></p><a name=\"irbesartan-code\"> </a><a name=\"hcirbesartan-code\"> </a><a name=\"irbesartan-code-en-AU\"> </a><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\"/><p style=\"margin-bottom: 0px\">Profiles: <a href=\"http://hl7.org.au/fhir/core/1.0.0/StructureDefinition-au-core-medicationrequest.html\">AU Core MedicationRequest</a>, <a href=\"StructureDefinition-CVDRiskMedicationRequest.html\">CVD Risk Medication Request</a></p></div><p><b>status</b>: Active</p><p><b>intent</b>: Instance Order</p><p><b>medication</b>: <span title=\"Codes:{http://snomed.info/sct 22863011000036107}\">Irbesartan 150 mg tablet</span></p><p><b>subject</b>: <a href=\"Patient-humphries-jayson.html\">Jayson HUMPHRIES (official) Male, DoB: 1968-05-14 ( IHI:\u00a0Austalian Healthcare Identifier - Individual#8003608333647253)</a></p><p><b>authoredOn</b>: 2023-09-26</p><p><b>requester</b>: <a href=\"PractitionerRole-cardiologist-felmingham-emma.html\">PractitionerRole Cardiologist</a></p><blockquote><p><b>dosageInstruction</b></p><p><b>text</b>: 1 tablet daily</p><p><b>timing</b>: Once per 1 day</p><p><b>route</b>: <span title=\"Codes:{http://snomed.info/sct 26643006}\">Oral route</span></p><h3>DoseAndRates</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Dose[x]</b></td></tr><tr><td style=\"display: none\">*</td><td>1 TAB<span style=\"background: LightGoldenRodYellow\"> (Details: Orderable Drug Form codeTAB = 'Tablet')</span></td></tr></table></blockquote></div>"
},
"status" : "active",
"intent" : "instance-order",
"medicationCodeableConcept" : {
"coding" : [
{
"system" : "http://snomed.info/sct",
"code" : "22863011000036107",
"display" : "Irbesartan 150 mg tablet"
}
]
},
"subject" : {
🔗 "reference" : "Patient/humphries-jayson"
},
"authoredOn" : "2023-09-26",
"requester" : {
🔗 "reference" : "PractitionerRole/cardiologist-felmingham-emma"
},
"dosageInstruction" : [
{
"text" : "1 tablet daily",
"timing" : {
"repeat" : {
"frequency" : 1,
"period" : 1,
"periodUnit" : "d"
}
},
"route" : {
"coding" : [
{
"system" : "http://snomed.info/sct",
"code" : "26643006",
"display" : "Oral route"
}
]
},
"doseAndRate" : [
{
"doseQuantity" : {
"value" : 1,
"unit" : "TAB",
"system" : "http://terminology.hl7.org/CodeSystem/v3-orderableDrugForm",
"code" : "TAB"
}
}
]
}
]
}