Workflow
This
page
is
part
of
the
FHIR
Specification
(v4.3.0:
R4B
(v5.0.0-draft-final:
Final
QA
Preview
for
R5
-
STU
see
ballot
notes
).
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 Turtle (+ also see Turtle/RDF Format Specification )
Alteplase Dosing for Stroke to be used by an EvidenceVariable resource
@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/sct/> .@prefix sct: <http://snomed.info/id/> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . # - resource -------------------------------------------------------------------[] a fhir:ActivityDefinition; fhir:Resource.id [ fhir:value "example-alteplase-dosing"]; fhir:DomainResource.text [ fhir:Narrative.status [ fhir:value "generated" ] ]; fhir:ActivityDefinition.url [ fhir:value "http://example.org/fhir/ActivityDefinition/example-alteplase-dosing"]; fhir:ActivityDefinition.name [ fhir:value "Alteplase Dosing for Stroke"]; fhir:ActivityDefinition.status [ fhir:value "draft"]; fhir:ActivityDefinition.experimental [ fhir:value "true"]; fhir:ActivityDefinition.kind [ fhir:value "MedicationRequest"]; fhir:ActivityDefinition.code [ fhir:CodeableConcept.coding [ fhir:index 0; fhir:Coding.system [ fhir:value "http://www.nlm.nih.gov/research/umls/rxnorm" ]; fhir:Coding.code [ fhir:value "1155608" ]; fhir:Coding.display [ fhir:value "alteplase injectable product" ] ] ]; fhir:ActivityDefinition.intent [ fhir:value "order"]; fhir:ActivityDefinition.dosage [ fhir:index 0; fhir:Dosage.sequence [ fhir:value "1" ]; fhir:Dosage.text [ fhir:value "give 10% of dose over 1 minute" ]; fhir:Dosage.route [ a sct:47625008; fhir:CodeableConcept.coding [ fhir:index 0; a sct:47625008; fhir:Coding.system [ fhir:value "http://snomed.info/sct" ]; fhir:Coding.code [ fhir:value "47625008" ]; fhir:Coding.display [ fhir:value "Intravenous use" ] ] ]; fhir:Dosage.doseAndRate [ fhir:index 0; fhir:Dosage.type [ fhir:CodeableConcept.coding [ fhir:index 0; fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/dose-rate-type" ]; fhir:Coding.code [ fhir:value "calculated" ]; fhir:Coding.display [ fhir:value "Calculated" ] ] ]; fhir:Dosage.dose [ fhir:Quantity.value [ fhir:value "0.9" ]; fhir:Quantity.system [ fhir:value "http://unitsofmeasure.org" ]; fhir:Quantity.code [ fhir:value "mg/kg" ][a fhir:ActivityDefinition ; fhir:nodeRole fhir:treeRoot ; fhir:id [ fhir:v "example-alteplase-dosing"] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n \n <p>\n "Alteplase Dosing for Stroke" defines a dosing instruction referenced from an EvidenceVariable resource.\n </p>\n \n </div>" ] ; # fhir:url [ fhir:v "http://example.org/fhir/ActivityDefinition/example-alteplase-dosing"^^xsd:anyURI] ; # fhir:identifier ( [ fhir:system [ fhir:v "urn:ietf:rfc:3986"^^xsd:anyURI ] ; fhir:value [ fhir:v "urn:oid:2.16.840.1.113883.4.642.19.3" ] ] ) ; # fhir:name [ fhir:v "AlteplaseDosingForStroke"] ; # fhir:title [ fhir:v "Alteplase Dosing for Stroke"] ; # fhir:status [ fhir:v "draft"] ; # fhir:description [ fhir:v "Alteplase Dosing for Stroke"] ; # fhir:kind [ fhir:v "MedicationRequest"] ; # fhir:code [ fhir:coding ( [ fhir:system [ fhir:v "http://www.nlm.nih.gov/research/umls/rxnorm"^^xsd:anyURI ] ; fhir:code [ fhir:v "1155608" ] ; fhir:display [ fhir:v "alteplase injectable product" ] ] ) ] ; # fhir:intent [ fhir:v "order"] ; # fhir:dosage ( [ fhir:sequence [ fhir:v "1"^^xsd:integer ] ; fhir:text [ fhir:v "give 10% of dose over 1 minute" ] ; fhir:route [ fhir:coding ( [ a sct:47625008 ; fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ; fhir:code [ fhir:v "47625008" ] ; fhir:display [ fhir:v "Intravenous use" ] ] ) ] ; fhir:doseAndRate ( [ fhir:type [ fhir:coding ( [ fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/dose-rate-type"^^xsd:anyURI ] ; fhir:code [ fhir:v "calculated" ] ; fhir:display [ fhir:v "Calculated" ] ] ) ] ; fhir:dose [ a fhir:Quantity ; fhir:value [ fhir:v "0.9"^^xsd:decimal ] ; fhir:system [ fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ] ; fhir:code [ fhir:v "mg/kg" ] ]]; fhir:Dosage.maxDosePerAdministration [ fhir:Quantity.value [ fhir:value "90" ]; fhir:Quantity.system [ fhir:value "http://unitsofmeasure.org" ]; fhir:Quantity.code [ fhir:value "mg" ]] ) ; fhir:maxDosePerAdministration [ fhir:value [ fhir:v "90"^^xsd:decimal ] ; fhir:system [ fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ] ; fhir:code [ fhir:v "mg" ] ]], [ fhir:index 1; fhir:Dosage.sequence [ fhir:value "2" ]; fhir:Dosage.text [ fhir:value "give remaining 90% of dose over 1 hour" ]; fhir:Dosage.route [ a sct:47625008; fhir:CodeableConcept.coding [ fhir:index 0; a sct:47625008; fhir:Coding.system [ fhir:value "http://snomed.info/sct" ]; fhir:Coding.code [ fhir:value "47625008" ]; fhir:Coding.display [ fhir:value "Intravenous use" ] ] ]; fhir:Dosage.doseAndRate [ fhir:index 0; fhir:Dosage.type [ fhir:CodeableConcept.coding [ fhir:index 0; fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/dose-rate-type" ]; fhir:Coding.code [ fhir:value "calculated" ]; fhir:Coding.display [ fhir:value "Calculated" ] ] ]; fhir:Dosage.dose [ fhir:Quantity.value [ fhir:value "0.9" ]; fhir:Quantity.system [ fhir:value "http://unitsofmeasure.org" ]; fhir:Quantity.code [ fhir:value "mg/kg" ]] [ fhir:sequence [ fhir:v "2"^^xsd:integer ] ; fhir:text [ fhir:v "give remaining 90% of dose over 1 hour" ] ; fhir:route [ fhir:coding ( [ a sct:47625008 ; fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ; fhir:code [ fhir:v "47625008" ] ; fhir:display [ fhir:v "Intravenous use" ] ] ) ] ; fhir:doseAndRate ( [ fhir:type [ fhir:coding ( [ fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/dose-rate-type"^^xsd:anyURI ] ; fhir:code [ fhir:v "calculated" ] ; fhir:display [ fhir:v "Calculated" ] ] ) ] ; fhir:dose [ a fhir:Quantity ; fhir:value [ fhir:v "0.9"^^xsd:decimal ] ; fhir:system [ fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ] ; fhir:code [ fhir:v "mg/kg" ] ]]; fhir:Dosage.maxDosePerAdministration [ fhir:Quantity.value [ fhir:value "90" ]; fhir:Quantity.system [ fhir:value "http://unitsofmeasure.org" ]; fhir:Quantity.code [ fhir:value "mg" ]] ) ; fhir:maxDosePerAdministration [ fhir:value [ fhir:v "90"^^xsd:decimal ] ; fhir:system [ fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ] ; fhir:code [ fhir:v "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.
FHIR
®©
HL7.org
2011+.
FHIR
Release
4B
(v4.3.0)
hl7.fhir.r4b.core#4.3.0
R5
hl7.fhir.core#5.0.0-draft-final
generated
on
Sat,
May
28,
2022
12:53+1000.
Wed,
Mar
1,
2023
23:05+1100.
Links:
Search
|
Version
History
|
Table
of
Contents
|
Glossary
|
QA
Page
|
Compare
to
R4
R4B
|
Compare
to
R5
Draft
|
|
Propose
a
change