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.1.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
@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sct: <http://snomed.info/id/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
# - resource -------------------------------------------------------------------
<http://hl7.org/fhir/MedicationRequest/400C-prescription-cefuroxime-singleline> a fhir:MedicationRequest ;
fhir:nodeRole fhir:treeRoot ;
fhir:Resource.id [ fhir:value "400C-prescription-cefuroxime-singleline"] ;
fhir:Resource.meta [
fhir:Meta.profile [
fhir:value "https://hl7.cz/fhir/core/StructureDefinition/medicationRequest-cz-core" ;
fhir:index -1 ;
fhir:link <https://hl7.cz/fhir/core/StructureDefinition/medicationRequest-cz-core>
] ;
fhir:Meta.tag [
fhir:index -1 ;
fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/common-tags" ] ;
fhir:Coding.code [ fhir:value "actionable" ]
]
] ;
fhir:Resource.language [ fhir:value "en"] ;
fhir:DomainResource.text [
fhir:Narrative.status [ fhir:value "generated" ] ;
fhir:Narrative.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.3.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 = cefuroxim; form = Powder for solution for injection/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 (use: official, ))</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}\">bronchopneumonie způsobená bakterií</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>"
] ;
fhir:MedicationRequest.identifier [
fhir:index -1 ;
fhir:Identifier.value [ fhir:value "10-123EP" ]
] ;
fhir:MedicationRequest.status [ fhir:value "active"] ;
fhir:MedicationRequest.intent [ fhir:value "order"] ;
fhir:MedicationRequest.medicationReference [
fhir:link <http://hl7.org/fhir/Medication/01A-Cefuroxime1500GenericExplicit> ;
fhir:Reference.reference [ fhir:value "Medication/01A-Cefuroxime1500GenericExplicit" ]
] ;
fhir:MedicationRequest.subject [
fhir:link <http://hl7.org/fhir/Patient/PatientExample> ;
fhir:Reference.reference [ fhir:value "Patient/PatientExample" ]
] ;
fhir:MedicationRequest.authoredOn [ fhir:value "2024-12-06"^^xsd:date] ;
fhir:MedicationRequest.requester [
fhir:Reference.display [ fhir:value "The Best Doctor" ]
] ;
fhir:MedicationRequest.reasonCode [
fhir:index -1 ;
fhir:CodeableConcept.coding [
fhir:index -1 ;
a sct:10625071000119104 ;
fhir:Coding.system [ fhir:value "http://snomed.info/sct" ] ;
fhir:Coding.code [ fhir:value "10625071000119104" ] ;
fhir:Coding.display [ fhir:value "bronchopneumonie způsobená bakterií" ]
]
] ;
fhir:MedicationRequest.dosageInstruction [
fhir:index -1 ;
fhir:Dosage.sequence [ fhir:value "1"^^xsd:integer ] ;
fhir:Dosage.timing [
fhir:Timing.repeat [
fhir:Timing.repeat.boundsDuration [
fhir:Quantity.value [ fhir:value "3"^^xsd:decimal ] ;
fhir:Quantity.unit [ fhir:value "day" ] ;
fhir:Quantity.system [ fhir:value "http://unitsofmeasure.org" ] ;
fhir:Quantity.code [ fhir:value "d" ]
] ;
fhir:Timing.repeat.frequency [ fhir:value "1"^^xsd:positiveInteger ] ;
fhir:Timing.repeat.period [ fhir:value "8"^^xsd:decimal ] ;
fhir:Timing.repeat.periodUnit [ fhir:value "h" ]
]
] ;
fhir:Dosage.route [
fhir:CodeableConcept.coding [
fhir:index -1 ;
fhir:Coding.system [ fhir:value "http://standardterms.edqm.eu" ] ;
fhir:Coding.code [ fhir:value "20035000" ] ;
fhir:Coding.display [ fhir:value "Intramuscular use" ]
], [
fhir:index -1 ;
a sct:78421000 ;
fhir:Coding.system [ fhir:value "http://snomed.info/sct" ] ;
fhir:Coding.code [ fhir:value "78421000" ] ;
fhir:Coding.display [ fhir:value "intramuskulární podání" ]
]
] ;
fhir:Dosage.doseAndRate [
fhir:index -1 ;
fhir:Dosage.doseAndRate.doseQuantity [
fhir:Quantity.value [ fhir:value "1500"^^xsd:decimal ] ;
fhir:Quantity.unit [ fhir:value "milligram(s)" ] ;
fhir:Quantity.system [ fhir:value "http://unitsofmeasure.org" ] ;
fhir:Quantity.code [ fhir:value "mg" ]
]
]
], [
fhir:index -1 ;
fhir:Dosage.sequence [ fhir:value "2"^^xsd:integer ] ;
fhir:Dosage.timing [
fhir:Timing.repeat [
fhir:Timing.repeat.boundsDuration [
fhir:Quantity.value [ fhir:value "4"^^xsd:decimal ] ;
fhir:Quantity.unit [ fhir:value "day" ] ;
fhir:Quantity.system [ fhir:value "http://unitsofmeasure.org" ] ;
fhir:Quantity.code [ fhir:value "d" ]
] ;
fhir:Timing.repeat.frequency [ fhir:value "1"^^xsd:positiveInteger ] ;
fhir:Timing.repeat.period [ fhir:value "8"^^xsd:decimal ] ;
fhir:Timing.repeat.periodUnit [ fhir:value "h" ]
]
] ;
fhir:Dosage.route [
fhir:CodeableConcept.coding [
fhir:index -1 ;
fhir:Coding.system [ fhir:value "http://standardterms.edqm.eu" ] ;
fhir:Coding.code [ fhir:value "20035000" ] ;
fhir:Coding.display [ fhir:value "Intramuscular use" ]
], [
fhir:index -1 ;
a sct:78421000 ;
fhir:Coding.system [ fhir:value "http://snomed.info/sct" ] ;
fhir:Coding.code [ fhir:value "78421000" ] ;
fhir:Coding.display [ fhir:value "intramuskulární podání" ]
]
] ;
fhir:Dosage.doseAndRate [
fhir:index -1 ;
fhir:Dosage.doseAndRate.doseRange [
fhir:Range.low [
fhir:Quantity.value [ fhir:value "750"^^xsd:decimal ] ;
fhir:Quantity.unit [ fhir:value "milligram(s)" ] ;
fhir:Quantity.system [ fhir:value "http://unitsofmeasure.org" ] ;
fhir:Quantity.code [ fhir:value "mg" ]
] ;
fhir:Range.high [
fhir:Quantity.value [ fhir:value "1500"^^xsd:decimal ] ;
fhir:Quantity.unit [ fhir:value "milligram(s)" ] ;
fhir:Quantity.system [ fhir:value "http://unitsofmeasure.org" ] ;
fhir:Quantity.code [ fhir:value "mg" ]
]
]
]
] .
<http://hl7.org/fhir/Medication/01A-Cefuroxime1500GenericExplicit> a fhir:Medication .
<http://hl7.org/fhir/Patient/PatientExample> a fhir:Patient .
# - ontology header ------------------------------------------------------------
<http://hl7.org/fhir/MedicationRequest/400C-prescription-cefuroxime-singleline.ttl> a owl:Ontology ;
owl:imports fhir:fhir.ttl ;
owl:versionIRI <http://build.fhir.org/MedicationRequest/400C-prescription-cefuroxime-singleline.ttl> .
IG © 2024+ HL7 Czech Republic.
Package hl7.fhir.cz.core#1.1.0 based on FHIR 4.0.1.
Generated
2026-08-06
Links: Table of Contents |
QA Report