HL7 Czech Base and Core FHIR IG
1.0.0 - draft
HL7 Czech Base and Core FHIR IG, published by HL7 Czech Republic. This guide is not an authorized publication; it is the continuous build for version 1.0.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7-cz/cz-core/ and changes regularly. See the Directory of published versions
{
"resourceType" : "MedicationRequest",
"id" : "400C-prescription-cefuroxime-singleline",
"meta" : {
"profile" : [
🔗 "https://hl7.cz/fhir/core/StructureDefinition/medicationRequest-cz-core"
],
"tag" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/common-tags",
"code" : "actionable"
}
]
},
"language" : "en",
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: MedicationRequest 400C-prescription-cefuroxime-singleline</b></p><a name=\"400C-prescription-cefuroxime-singleline\"> </a><a name=\"hc400C-prescription-cefuroxime-singleline\"> </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-medicationRequest-cz-core.html\">MedicationRequest (HDR CZ)</a></p><p style=\"margin-bottom: 0px\">Tag: <a href=\"http://terminology.hl7.org/7.2.0/CodeSystem-common-tags.html\">Actionable (Details: Common Tags code actionable = 'Actionable')</a></p></div><p><b>identifier</b>: 10-123EP</p><p><b>status</b>: Active</p><p><b>intent</b>: Order</p><p><b>medication</b>: <a href=\"Medication-01A-Cefuroxime1500GenericExplicit.html\">Medication: extension = cefuroxime; form = Powder for solution for injection or infusion</a></p><p><b>subject</b>: <a href=\"Patient-PatientExample.html\">John Doe Male, DoB: 1980-01-01 ( https://ncez.mzcr.cz/fhir/sid/rid#1234567890\u00a0(use:\u00a0official,\u00a0))</a></p><p><b>authoredOn</b>: 2024-12-06</p><p><b>requester</b>: The Best Doctor</p><p><b>reasonCode</b>: <span title=\"Codes:{http://snomed.info/sct 10625071000119104}\">Bronchopneumonia caused by bacteria (disorder)</span></p><blockquote><p><b>dosageInstruction</b></p><p><b>sequence</b>: 1</p><p><b>timing</b>: Once per 8 hours</p><p><b>route</b>: <span title=\"Codes:{http://standardterms.edqm.eu 20035000}, {http://snomed.info/sct 78421000}\">Intramuscular use</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>1500 milligram(s)<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM codemg = 'mg')</span></td></tr></table></blockquote><blockquote><p><b>dosageInstruction</b></p><p><b>sequence</b>: 2</p><p><b>timing</b>: Once per 8 hours</p><p><b>route</b>: <span title=\"Codes:{http://standardterms.edqm.eu 20035000}, {http://snomed.info/sct 78421000}\">Intramuscular use</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>750-1500 milligram(s)</td></tr></table></blockquote></div>"
},
"identifier" : [
{
"value" : "10-123EP"
}
],
"status" : "active",
"intent" : "order",
"medicationReference" : {
🔗 "reference" : "Medication/01A-Cefuroxime1500GenericExplicit"
},
"subject" : {
🔗 "reference" : "Patient/PatientExample"
},
"authoredOn" : "2024-12-06",
"requester" : {
"display" : "The Best Doctor"
},
"reasonCode" : [
{
"coding" : [
{
"system" : "http://snomed.info/sct",
"code" : "10625071000119104",
"display" : "Bronchopneumonia caused by bacteria (disorder)"
}
]
}
],
"dosageInstruction" : [
{
"sequence" : 1,
"timing" : {
"repeat" : {
"boundsDuration" : {
"value" : 3,
"unit" : "day",
"system" : "http://unitsofmeasure.org",
"code" : "d"
},
"frequency" : 1,
"period" : 8,
"periodUnit" : "h"
}
},
"route" : {
"coding" : [
{
"system" : "http://standardterms.edqm.eu",
"code" : "20035000",
"display" : "Intramuscular use"
},
{
"system" : "http://snomed.info/sct",
"code" : "78421000",
"display" : "Intramuscular route"
}
]
},
"doseAndRate" : [
{
"doseQuantity" : {
"value" : 1500,
"unit" : "milligram(s)",
"system" : "http://unitsofmeasure.org",
"code" : "mg"
}
}
]
},
{
"sequence" : 2,
"timing" : {
"repeat" : {
"boundsDuration" : {
"value" : 4,
"unit" : "day",
"system" : "http://unitsofmeasure.org",
"code" : "d"
},
"frequency" : 1,
"period" : 8,
"periodUnit" : "h"
}
},
"route" : {
"coding" : [
{
"system" : "http://standardterms.edqm.eu",
"code" : "20035000",
"display" : "Intramuscular use"
},
{
"system" : "http://snomed.info/sct",
"code" : "78421000",
"display" : "Intramuscular route"
}
]
},
"doseAndRate" : [
{
"doseRange" : {
"low" : {
"value" : 750,
"unit" : "milligram(s)",
"system" : "http://unitsofmeasure.org",
"code" : "mg"
},
"high" : {
"value" : 1500,
"unit" : "milligram(s)",
"system" : "http://unitsofmeasure.org",
"code" : "mg"
}
}
}
]
}
]
}