Example ActivityDefinition/example-alteplase-dosing (Turtle)
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:Resource.id [ fhir:value "example-alteplase-dosing"];
fhir:DomainResource.text [
fhir:Narrative.status [ fhir:value "generated" ];
fhir:Narrative.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 </div>"
];
fhir:ActivityDefinition.url [ fhir:value "http://example.org/fhir/ActivityDefinition/example-alteplase-dosing"];
fhir:ActivityDefinition.identifier [
fhir:index 0;
fhir:Identifier.system [ fhir:value "urn:ietf:rfc:3986" ];
fhir:Identifier.value [ fhir:value "urn:oid:2.16.840.1.113883.4.642.19.3" ]
];
fhir:ActivityDefinition.name [ fhir:value "Alteplase Dosing for Stroke"];
fhir:ActivityDefinition.status [ fhir:value "draft"];
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"^^xsd:integer ];
fhir:Dosage.text [ fhir:value "give 10% of dose over 1 minute" ];
fhir:Dosage.route [
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.doseAndRate.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.doseAndRate.doseQuantity [
fhir:Quantity.value [ fhir:value "0.9"^^xsd:decimal ];
fhir:Quantity.system [ fhir:value "http://unitsofmeasure.org" ];
fhir:Quantity.code [ fhir:value "mg/kg" ]
]
];
fhir:Dosage.maxDosePerAdministration [
fhir:Quantity.value [ fhir:value "90"^^xsd:decimal ];
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.text [ fhir:value "give remaining 90% of dose over 1 hour" ];
fhir:Dosage.route [
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.doseAndRate.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.doseAndRate.doseQuantity [
fhir:Quantity.value [ fhir:value "0.9"^^xsd:decimal ];
fhir:Quantity.system [ fhir:value "http://unitsofmeasure.org" ];
fhir:Quantity.code [ fhir:value "mg/kg" ]
]
];
fhir:Dosage.maxDosePerAdministration [
fhir:Quantity.value [ fhir:value "90"^^xsd:decimal ];
fhir:Quantity.system [ fhir:value "http://unitsofmeasure.org" ];
fhir:Quantity.code [ fhir:value "mg" ]
]
]] .
# - ontology header ------------------------------------------------------------
[a owl:Ontology;
owl:imports fhir:fhir.ttl] .
# -------------------------------------------------------------------------------------
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.