0.1.0 - ci-build
collabreefhirdocumentation - Local Development build (v0.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
{
"resourceType" : "MedicationRequest",
"id" : "SampleMedicationRequest",
"meta" : {
"profile" : [
🔗 "https://fhir.collabree.com/fhir/StructureDefinition/collabree-medication-request"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: MedicationRequest SampleMedicationRequest</b></p><a name=\"SampleMedicationRequest\"> </a><a name=\"hcSampleMedicationRequest\"> </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\">Profile: <a href=\"StructureDefinition-collabree-medication-request.html\">Collabree Medication Request Profile</a></p></div><p><b>status</b>: Active</p><p><b>intent</b>: Plan</p><p><b>medication</b>: <a href=\"Medication/123\">Medication/123</a></p><p><b>subject</b>: <a href=\"Patient-SamplePatient.html\">Anonymous Patient (no stated gender), DoB Unknown</a></p><blockquote><p><b>dosageInstruction</b></p><p><b>timing</b>: Code , Once per 1 week</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.5 pc</td></tr></table></blockquote></div>"
},
"status" : "active",
"intent" : "plan",
"medicationReference" : {
"reference" : "Medication/123"
},
"subject" : {
🔗 "reference" : "Patient/SamplePatient"
},
"dosageInstruction" : [
{
"timing" : {
"repeat" : {
"boundsPeriod" : {
"start" : "2025-10-10T00:00:00.000Z"
},
"period" : 1,
"periodUnit" : "wk",
"dayOfWeek" : [
"mon"
],
"timeOfDay" : [
"10:25:00"
]
},
"code" : {
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/v3-TimingEvent",
"code" : "AC",
"display" : "before meal"
}
]
}
},
"doseAndRate" : [
{
"doseQuantity" : {
"value" : 1.5,
"unit" : "pc",
"system" : "http://unitsofmeasure.org"
}
}
]
}
]
}