Order Catalog Implementation Guide
current - CI Build International flag

Order Catalog Implementation Guide, published by HL7 International - Orders and Observations Work Group. This is not an authorized publication; it is the continuous build for version current). This version is based on the current content of https://github.com/HL7/fhir-order-catalog/ and changes regularly. See the Directory of published versions

: Clarithromycin package - 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:PackagedProductDefinition;
  fhir:nodeRole fhir:treeRoot;
  fhir:Resource.id [ fhir:value "example-drug-package-clarithromycin"]; # 
  fhir:Resource.meta [
     fhir:Meta.profile [
       fhir:value "http://hl7.org/fhir/uv/order-catalog/StructureDefinition/DrugPackage";
       fhir:index 0;
       fhir:link <http://hl7.org/fhir/uv/order-catalog/StructureDefinition/DrugPackage>     ]
  ]; # 
  fhir:Resource.language [ fhir:value "en-US"]; # 
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ];
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\" xml:lang=\"en-US\" lang=\"en-US\"><p><b>Generated Narrative: PackagedProductDefinition</b><a name=\"example-drug-package-clarithromycin\"> </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 PackagedProductDefinition &quot;example-drug-package-clarithromycin&quot;  (Language &quot;en-US&quot;) </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-DrugPackage.html\">definition of a packaging of a medication</a></p></div><p><b>name</b>: Package for CLARITHROMYCINE GENERIC-LAB 25 mg/ml, granules for oral suspension in 100 ml HDPE bottle</p><p><b>type</b>: Medicinal product pack <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://build.fhir.org/codesystem-package-type.html\">PackageType</a>#MedicinalProductPack)</span></p><p><b>status</b>: Active <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://build.fhir.org/codesystem-publication-status.html\">PublicationStatus</a>#active)</span></p><p><b>statusDate</b>: 2010-03-01</p><p><b>containedItemQuantity</b>: 1 vial, 3 syringe for oral administration</p><p><b>description</b>: 1 high density polyethylene (HDPE) bottle of 100 ml with 3 syringes for oral administration</p></div>"
  ]; # 
  fhir:PackagedProductDefinition.name [ fhir:value "Package for CLARITHROMYCINE GENERIC-LAB 25 mg/ml, granules for oral suspension in 100 ml HDPE bottle"]; # 
  fhir:PackagedProductDefinition.type [
     fhir:CodeableConcept.coding [
       fhir:index 0;
       fhir:Coding.system [ fhir:value "http://hl7.org/fhir/package-type" ];
       fhir:Coding.code [ fhir:value "MedicinalProductPack" ];
       fhir:Coding.display [ fhir:value "Medicinal product pack" ]     ]
  ]; # 
  fhir:PackagedProductDefinition.status [
     fhir:CodeableConcept.coding [
       fhir:index 0;
       fhir:Coding.system [ fhir:value "http://hl7.org/fhir/publication-status" ];
       fhir:Coding.code [ fhir:value "active" ];
       fhir:Coding.display [ fhir:value "Active" ]     ]
  ]; # 
  fhir:PackagedProductDefinition.statusDate [ fhir:value "2010-03-01"^^xsd:date]; # 
  fhir:PackagedProductDefinition.containedItemQuantity [
     fhir:index 0;
     fhir:Quantity.value [ fhir:value "1"^^xsd:decimal ];
     fhir:Quantity.unit [ fhir:value "vial" ]
  ], [
     fhir:index 1;
     fhir:Quantity.value [ fhir:value "3"^^xsd:decimal ];
     fhir:Quantity.unit [ fhir:value "syringe for oral administration" ]
  ]; # 
  fhir:PackagedProductDefinition.description [ fhir:value "1 high density polyethylene (HDPE) bottle of 100 ml with 3 syringes for oral administration"]. # 

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

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