Release 4B Snapshot 3: Connectathon 32 Base

This page is part of the Snapshot #3 for FHIR Specification (v4.3.0: R4B - STU ). The current version which supercedes this version is 5.0.0 R5 , released to support Connectathon 32 . For a full list of available versions, see the Directory of published versions . Page versions: R5 R4B

Activitydefinition-example-alteplase-dosing.ttl

Example ActivityDefinition/example-alteplase-dosing (Turtle)

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"];

[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: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: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.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.intent [ fhir:value "order"]; # 

  fhir:ActivityDefinition.dosage [
     fhir:index 0;
     fhir:Dosage.sequence [ fhir:value "1" ];

     fhir:Dosage.sequence [ fhir:value "1"^^xsd:integer ];

     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: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.dose [
         fhir:Quantity.value [ fhir:value "0.9" ];

       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" ];

       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" ];

     fhir:Dosage.sequence [ fhir:value "2"^^xsd:integer ];

     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: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.dose [
         fhir:Quantity.value [ fhir:value "0.9" ];

       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" ];

       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.