Publish-box (todo)
Clinical Decision Support Work Group | Maturity Level: N/A | Standards Status: Informative | Compartments: No 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/id/> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . # - resource ------------------------------------------------------------------- [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:extension ( [ fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg"^^xsd:anyURI ] ; fhir:value [ fhir:v "cds" ] ] ) ; # 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:publisher [ fhir:v "HL7 International / Clinical Decision Support"] ; # fhir:contact ( [ fhir:telecom ( [ fhir:system [ fhir:v "url" ] ; fhir:value [ fhir:v "http://www.hl7.org/Special/committees/dss" ] ] ) ] ) ; # 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:maxDosePerAdministration [ fhir:value [ fhir:v "90"^^xsd:decimal ] ; fhir:system [ fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ] ; fhir:code [ fhir:v "mg" ] ] ] [ 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: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 R6 hl7.fhir.core#6.0.0-ballot2 generated on Mon, Aug 12, 2024 16:57+0800.
Links: Search |
Version History |
Contents |
Glossary |
QA |
Compare to R5 |
|
Propose a change