This page is part of the FHIR Specification (v4.1.0: Release 4B Ballot #1). The current version which supercedes this version is 5.0.0. For a full list of available versions, see the Directory of published versions . Page versions: R5 R4B
Clinical Decision Support Work Group | Maturity Level: N/A | Standards Status: Informative | Compartments: Not linked to any defined compartments |
Raw JSON (canonical form + also see JSON Format Specification)
Alteplase Dosing for Stroke to be used by an EvidenceVariable resource
{ "resourceType": "ActivityDefinition", "id": "example-alteplase-dosing", "text": { "status": "generated", "div": "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n <p>\n "Alteplase Dosing for Stroke" defines a dosing instruction referenced from an EvidenceVariable resource.\n </p>\n\t</div>" }, "url": "http://example.org/fhir/ActivityDefinition/example-alteplase-dosing", "name": "Alteplase Dosing for Stroke", "status": "draft", "kind": "MedicationRequest", "code": { "coding": [ { "system": "http://www.nlm.nih.gov/research/umls/rxnorm", "code": "1155608", "display": "alteplase injectable product" } ] }, "intent": "order", "dosage": [ { "sequence": 1, "text": "give 10% of dose over 1 minute", "route": { "coding": [ { "system": "http://snomed.info/sct", "code": "47625008", "display": "Intravenous use" } ] }, "doseAndRate": [ { "type": { "coding": [ { "system": "http://terminology.hl7.org/CodeSystem/dose-rate-type", "code": "calculated", "display": "Calculated" } ] }, "doseQuantity": { "value": 0.9, "system": "http://unitsofmeasure.org", "code": "mg/kg" } } ], "maxDosePerAdministration": { "value": 90, "system": "http://unitsofmeasure.org", "code": "mg" } }, { "sequence": 2, "text": "give remaining 90% of dose over 1 hour", "route": { "coding": [ { "system": "http://snomed.info/sct", "code": "47625008", "display": "Intravenous use" } ] }, "doseAndRate": [ { "type": { "coding": [ { "system": "http://terminology.hl7.org/CodeSystem/dose-rate-type", "code": "calculated", "display": "Calculated" } ] }, "doseQuantity": { "value": 0.9, "system": "http://unitsofmeasure.org", "code": "mg/kg" } } ], "maxDosePerAdministration": { "value": 90, "system": "http://unitsofmeasure.org", "code": "mg" } } ] }
Usage note: every effort has been made to ensure that the examples are correct and useful, but they are not a normative part of the specification.