Release 4B Ballot #1

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

Activitydefinition-example-alteplase-dosing.ttl

Clinical Decision Support Work GroupMaturity Level: N/AStandards Status: InformativeCompartments: 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/id/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

<http://hl7.org/fhir/ActivityDefinition/example-alteplase-dosing> 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        &quot;Alteplase Dosing for Stroke&quot; 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.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 ------------------------------------------------------------

<http://hl7.org/fhir/ActivityDefinition/example-alteplase-dosing.ttl> a owl:Ontology;
  owl:imports fhir:fhir.ttl;
  owl:versionIRI <http://build.fhir.org/ActivityDefinition/example-alteplase-dosing.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.