Universal API Implementation Guide
1.1.19 - ci-build

Universal API Implementation Guide - Local Development build (v1.1.19). See the Directory of published versions

: mr-Tecentriq3 - TTL Representation

Raw ttl | Download


@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 xsd: <http://www.w3.org/2001/XMLSchema#> .

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

 a fhir:MedicationRequest;
  fhir:nodeRole fhir:treeRoot;
  fhir:Resource.id [ fhir:value "80addde0-ebdf-48fa-abf9-a72961769cfe"];
  fhir:Resource.meta [
     fhir:Meta.profile [
       fhir:value "https://fhir.developer.gene.com/StructureDefinition/uapi-medicationrequest";
       fhir:index 0;
       fhir:link <https://fhir.developer.gene.com/StructureDefinition/uapi-medicationrequest>     ]
  ];
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "extensions" ];
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: MedicationRequest</b><a name=\"80addde0-ebdf-48fa-abf9-a72961769cfe\"> </a></p><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\">Resource MedicationRequest \"80addde0-ebdf-48fa-abf9-a72961769cfe\" </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-uapi-medicationrequest.html\">UAPI MedicationRequest</a></p></div><p><b>status</b>: active</p><p><b>intent</b>: order</p><p><b>medication</b>: Tecentriq <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"CodeSystem-uapi-product-name.html\">UAPI Code System - Product Names</a>#tecentriq)</span></p><p><b>subject</b>: <a href=\"Bundle-caf568e0-21b6-40e4-b0b8-1fdddef30fd2.html#urn-uuid-fc2e5a72-c363-4616-ae00-4ad25cbcb45c\">urn:uuid:fc2e5a72-c363-4616-ae00-4ad25cbcb45c</a></p><p><b>requester</b>: <a href=\"Bundle-caf568e0-21b6-40e4-b0b8-1fdddef30fd2.html#urn-uuid-695d0991-5e03-46df-934a-85a28acd95c1\">urn:uuid:695d0991-5e03-46df-934a-85a28acd95c1</a></p><p><b>courseOfTherapyType</b>: CLL/SLL (Maint) <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> ()</span></p><p><b>insurance</b>: <a href=\"Bundle-caf568e0-21b6-40e4-b0b8-1fdddef30fd2.html#urn-uuid-42b41bdb-1781-49aa-a091-78cdd92129df\">urn:uuid:42b41bdb-1781-49aa-a091-78cdd92129df</a></p><p><b>note</b>: 5400mg once very 3 weeks</p><blockquote><p><b>dosageInstruction</b></p><p><b>timing</b>: Do Once per 3 weeks</p></blockquote><blockquote><p><b>dispenseRequest</b></p><p><b>UAPI MedicationRequest Dispenser Instructions</b>: Dispense Instruction: Quantity 1 of 1200mg vial(s) and Quantity 5 of 840mg vial(s)</p><blockquote><p><b>UAPI MedicationRequest Dispense Quantity Detailed Breakdown</b></p><p><b>value</b>: 1</p><p><b>value</b>: 1200mg vial(s)</p></blockquote><blockquote><p><b>UAPI MedicationRequest Dispense Quantity Detailed Breakdown</b></p><p><b>value</b>: 5</p><p><b>value</b>: 840mg vial(s)</p></blockquote><p><b>numberOfRepeatsAllowed</b>: 3</p><h3>ExpectedSupplyDurations</h3><table class=\"grid\"><tr><td>-</td><td><b>Value</b></td><td><b>Unit</b></td><td><b>System</b></td><td><b>Code</b></td></tr><tr><td>*</td><td>1</td><td>mo</td><td><a href=\"http://terminology.hl7.org/5.3.0/CodeSystem-v3-ucum.html\">Unified Code for Units of Measure (UCUM)</a></td><td>mo</td></tr></table></blockquote></div>"
  ];
  fhir:MedicationRequest.status [ fhir:value "active"];
  fhir:MedicationRequest.intent [ fhir:value "order"];
  fhir:MedicationRequest.medicationCodeableConcept [
     fhir:CodeableConcept.coding [
       fhir:index 0;
       fhir:Coding.system [ fhir:value "https://fhir.developer.gene.com/CodeSystem/uapi-product-name" ];
       fhir:Coding.code [ fhir:value "tecentriq" ];
       fhir:Coding.display [ fhir:value "Tecentriq" ]     ]
  ];
  fhir:MedicationRequest.subject [
     fhir:Reference.reference [ fhir:value "urn:uuid:fc2e5a72-c363-4616-ae00-4ad25cbcb45c" ];
     fhir:Reference.type [ fhir:value "Patient" ]
  ];
  fhir:MedicationRequest.requester [
     fhir:Reference.reference [ fhir:value "urn:uuid:695d0991-5e03-46df-934a-85a28acd95c1" ];
     fhir:Reference.type [ fhir:value "Practitioner" ]
  ];
  fhir:MedicationRequest.courseOfTherapyType [
     fhir:CodeableConcept.text [ fhir:value "CLL/SLL (Maint)" ]
  ];
  fhir:MedicationRequest.insurance [
     fhir:index 0;
     fhir:Reference.reference [ fhir:value "urn:uuid:42b41bdb-1781-49aa-a091-78cdd92129df" ];
     fhir:Reference.type [ fhir:value "Coverage" ]
  ];
  fhir:MedicationRequest.note [
     fhir:index 0;
     fhir:Annotation.text [ fhir:value "5400mg once very 3 weeks" ]
  ];
  fhir:MedicationRequest.dosageInstruction [
     fhir:index 0;
     fhir:Dosage.timing [
       fhir:Timing.repeat [
         fhir:Timing.repeat.frequency [ fhir:value "1"^^xsd:positiveInteger ];
         fhir:Timing.repeat.period [ fhir:value "3"^^xsd:decimal ];
         fhir:Timing.repeat.periodUnit [ fhir:value "wk" ]       ]     ];
     fhir:Dosage.doseAndRate [
       fhir:index 0;
       fhir:Dosage.doseAndRate.doseQuantity [
         fhir:Quantity.value [ fhir:value "5400"^^xsd:decimal ];
         fhir:Quantity.unit [ fhir:value "mg" ]       ]     ]
  ];
  fhir:MedicationRequest.dispenseRequest [
     fhir:Element.extension [
       fhir:index 0;
       fhir:Extension.url [ fhir:value "https://fhir.developer.gene.com/StructureDefinition/dispenser-instruction" ];
       fhir:Extension.valueAnnotation [
         fhir:Annotation.text [ fhir:value "Dispense Instruction: Quantity 1 of 1200mg vial(s) and Quantity 5 of 840mg vial(s)" ]       ]     ], [
       fhir:index 1;
       fhir:Element.extension [
         fhir:index 0;
         fhir:Extension.url [ fhir:value "dispenseQuantity" ];
         fhir:Extension.valueQuantity [
           fhir:Quantity.value [ fhir:value "1"^^xsd:decimal ]         ]       ], [
         fhir:index 1;
         fhir:Extension.url [ fhir:value "dispenseUnit" ];
         fhir:Extension.valueString [ fhir:value "1200mg vial(s)" ]       ];
       fhir:Extension.url [ fhir:value "https://fhir.developer.gene.com/StructureDefinition/dispense-quantity-detail" ]     ], [
       fhir:index 2;
       fhir:Element.extension [
         fhir:index 0;
         fhir:Extension.url [ fhir:value "dispenseQuantity" ];
         fhir:Extension.valueQuantity [
           fhir:Quantity.value [ fhir:value "5"^^xsd:decimal ]         ]       ], [
         fhir:index 1;
         fhir:Extension.url [ fhir:value "dispenseUnit" ];
         fhir:Extension.valueString [ fhir:value "840mg vial(s)" ]       ];
       fhir:Extension.url [ fhir:value "https://fhir.developer.gene.com/StructureDefinition/dispense-quantity-detail" ]     ];
     fhir:MedicationRequest.dispenseRequest.numberOfRepeatsAllowed [ fhir:value "3"^^xsd:nonNegativeInteger ];
     fhir:MedicationRequest.dispenseRequest.expectedSupplyDuration [
       fhir:Quantity.value [ fhir:value "1"^^xsd:decimal ];
       fhir:Quantity.unit [ fhir:value "mo" ];
       fhir:Quantity.system [ fhir:value "http://unitsofmeasure.org" ];
       fhir:Quantity.code [ fhir:value "mo" ]     ]
  ].

# - ontology header ------------------------------------------------------------

 a owl:Ontology;
  owl:imports fhir:fhir.ttl.