Release 4B

This page is part of the FHIR Specification (v4.3.0: R4B - STU). 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

Packagedproductdefinition-example.ttl

Biomedical Research and Regulation Work GroupMaturity Level: N/AStandards Status: InformativeCompartments: Not linked to any defined compartments

Raw Turtle (+ also see Turtle/RDF Format Specification)

General example, carton with blister pack and tablets inside

@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 -------------------------------------------------------------------

<http://hl7.org/fhir/PackagedProductDefinition/example> a fhir:PackagedProductDefinition;
  fhir:nodeRole fhir:treeRoot;
  fhir:Resource.id [ fhir:value "example"];
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ];
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative</b></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 &quot;example&quot; </p></div><p><b>identifier</b>: id: {PCID}</p><p><b>description</b>: ALU-PVC/PVDC BLISTERS. CARTONS OF 10 FILM-COATED TABLETS.</p><blockquote><p><b>package</b></p><p><b>type</b>: Carton <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (packageitemcontainertype#Carton)</span></p><p><b>quantity</b>: 1</p><p><b>material</b>: Paperboard <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (packageItemContainerMaterial#Paperboard)</span></p><p><b>manufacturer</b>: <a href=\"todo.html\">Organization/example</a></p><blockquote><p><b>property</b></p><p><b>type</b>: height <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> ([not stated]#height)</span></p><p><b>value</b>: 50 mm<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM code mm = 'mm')</span></p></blockquote><blockquote><p><b>property</b></p><p><b>type</b>: width <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> ([not stated]#width)</span></p><p><b>value</b>: 45 mm<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM code mm = 'mm')</span></p></blockquote><blockquote><p><b>property</b></p><p><b>type</b>: depth <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> ([not stated]#depth)</span></p><p><b>value</b>: 23.5 mm<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM code mm = 'mm')</span></p></blockquote><blockquote><p><b>package</b></p><p><b>type</b>: Blister <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (packageitemcontainertype#Blister)</span></p><p><b>quantity</b>: 1</p><p><b>material</b>: PVC <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (packageItemContainerMaterial#PVC)</span>, PVDC <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (packageItemContainerMaterial#PVDC)</span>, alu <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (packageItemContainerMaterial#alu)</span></p><p><b>manufacturer</b>: <a href=\"todo.html\">Organization/example</a></p></blockquote></blockquote></div>"
  ];
  fhir:PackagedProductDefinition.identifier [
     fhir:index 0;
     fhir:Identifier.system [ fhir:value "http://ema.europa.eu/example/pcid" ];
     fhir:Identifier.value [ fhir:value "{PCID}" ]
  ];
  fhir:PackagedProductDefinition.description [ fhir:value "ALU-PVC/PVDC BLISTERS. CARTONS OF 10 FILM-COATED TABLETS."];
  fhir:PackagedProductDefinition.package [
     fhir:PackagedProductDefinition.package.type [
       fhir:CodeableConcept.coding [
         fhir:index 0;
         fhir:Coding.system [ fhir:value "http://ema.europa.eu/example/packageitemcontainertype" ];
         fhir:Coding.code [ fhir:value "Carton" ]
       ]
     ];
     fhir:PackagedProductDefinition.package.quantity [ fhir:value "1"^^xsd:integer ];
     fhir:PackagedProductDefinition.package.material [
       fhir:index 0;
       fhir:CodeableConcept.coding [
         fhir:index 0;
         fhir:Coding.system [ fhir:value "http://ema.europa.eu/example/packageItemContainerMaterial" ];
         fhir:Coding.code [ fhir:value "Paperboard" ]
       ]
     ];
     fhir:PackagedProductDefinition.package.manufacturer [
       fhir:index 0;
       fhir:link <http://hl7.org/fhir/Organization/example>;
       fhir:Reference.reference [ fhir:value "Organization/example" ]
     ];
     fhir:PackagedProductDefinition.package.property [
       fhir:index 0;
       fhir:PackagedProductDefinition.package.property.type [
         fhir:CodeableConcept.coding [
           fhir:index 0;
           fhir:Coding.code [ fhir:value "height" ]
         ]
       ];
       fhir:PackagedProductDefinition.package.property.valueQuantity [
         fhir:Quantity.value [ fhir:value "50"^^xsd:decimal ];
         fhir:Quantity.unit [ fhir:value "mm" ];
         fhir:Quantity.system [ fhir:value "http://unitsofmeasure.org" ];
         fhir:Quantity.code [ fhir:value "mm" ]
       ]
     ], [
       fhir:index 1;
       fhir:PackagedProductDefinition.package.property.type [
         fhir:CodeableConcept.coding [
           fhir:index 0;
           fhir:Coding.code [ fhir:value "width" ]
         ]
       ];
       fhir:PackagedProductDefinition.package.property.valueQuantity [
         fhir:Quantity.value [ fhir:value "45"^^xsd:decimal ];
         fhir:Quantity.unit [ fhir:value "mm" ];
         fhir:Quantity.system [ fhir:value "http://unitsofmeasure.org" ];
         fhir:Quantity.code [ fhir:value "mm" ]
       ]
     ], [
       fhir:index 2;
       fhir:PackagedProductDefinition.package.property.type [
         fhir:CodeableConcept.coding [
           fhir:index 0;
           fhir:Coding.code [ fhir:value "depth" ]
         ]
       ];
       fhir:PackagedProductDefinition.package.property.valueQuantity [
         fhir:Quantity.value [ fhir:value "23.5"^^xsd:decimal ];
         fhir:Quantity.unit [ fhir:value "mm" ];
         fhir:Quantity.system [ fhir:value "http://unitsofmeasure.org" ];
         fhir:Quantity.code [ fhir:value "mm" ]
       ]
     ];
     fhir:PackagedProductDefinition.package.package [
       fhir:index 0;
       fhir:PackagedProductDefinition.package.type [
         fhir:CodeableConcept.coding [
           fhir:index 0;
           fhir:Coding.system [ fhir:value "http://ema.europa.eu/example/packageitemcontainertype" ];
           fhir:Coding.code [ fhir:value "Blister" ]
         ]
       ];
       fhir:PackagedProductDefinition.package.quantity [ fhir:value "1"^^xsd:integer ];
       fhir:PackagedProductDefinition.package.material [
         fhir:index 0;
         fhir:CodeableConcept.coding [
           fhir:index 0;
           fhir:Coding.system [ fhir:value "http://ema.europa.eu/example/packageItemContainerMaterial" ];
           fhir:Coding.code [ fhir:value "PVC" ]
         ]
       ], [
         fhir:index 1;
         fhir:CodeableConcept.coding [
           fhir:index 0;
           fhir:Coding.system [ fhir:value "http://ema.europa.eu/example/packageItemContainerMaterial" ];
           fhir:Coding.code [ fhir:value "PVDC" ]
         ]
       ], [
         fhir:index 2;
         fhir:CodeableConcept.coding [
           fhir:index 0;
           fhir:Coding.system [ fhir:value "http://ema.europa.eu/example/packageItemContainerMaterial" ];
           fhir:Coding.code [ fhir:value "alu" ]
         ]
       ];
       fhir:PackagedProductDefinition.package.shelfLifeStorage [
         fhir:index 0;
         fhir:PackagedProductDefinition.package.shelfLifeStorage.type [
           fhir:CodeableConcept.coding [
             fhir:index 0;
             fhir:Coding.system [ fhir:value "http://ema.europa.eu/example/shelfLifeTypePlaceHolder" ];
             fhir:Coding.code [ fhir:value "ShelfLifeofPackagedMedicinalProduct" ]
           ]
         ];
         fhir:PackagedProductDefinition.package.shelfLifeStorage.periodDuration [
           fhir:Quantity.value [ fhir:value "3"^^xsd:decimal ];
           fhir:Quantity.unit [ fhir:value "year" ];
           fhir:Quantity.system [ fhir:value "http://unitsofmeasure.org" ];
           fhir:Quantity.code [ fhir:value "a" ]
         ];
         fhir:PackagedProductDefinition.package.shelfLifeStorage.specialPrecautionsForStorage [
           fhir:index 0;
           fhir:CodeableConcept.coding [
             fhir:index 0;
             fhir:Coding.system [ fhir:value "http://ema.europa.eu/example/specialprecautionsforstorage" ];
             fhir:Coding.code [ fhir:value "none" ]
           ]
         ]
       ];
       fhir:PackagedProductDefinition.package.manufacturer [
         fhir:index 0;
         fhir:link <http://hl7.org/fhir/Organization/example>;
         fhir:Reference.reference [ fhir:value "Organization/example" ]
       ];
       fhir:PackagedProductDefinition.package.property [
         fhir:index 0;
         fhir:PackagedProductDefinition.package.property.type [
           fhir:CodeableConcept.coding [
             fhir:index 0;
             fhir:Coding.code [ fhir:value "height" ]
           ]
         ];
         fhir:PackagedProductDefinition.package.property.valueQuantity [
           fhir:Quantity.value [ fhir:value "45"^^xsd:decimal ];
           fhir:Quantity.unit [ fhir:value "mm" ];
           fhir:Quantity.system [ fhir:value "http://unitsofmeasure.org" ];
           fhir:Quantity.code [ fhir:value "mm" ]
         ]
       ], [
         fhir:index 1;
         fhir:PackagedProductDefinition.package.property.type [
           fhir:CodeableConcept.coding [
             fhir:index 0;
             fhir:Coding.code [ fhir:value "width" ]
           ]
         ];
         fhir:PackagedProductDefinition.package.property.valueQuantity [
           fhir:Quantity.value [ fhir:value "35"^^xsd:decimal ];
           fhir:Quantity.unit [ fhir:value "mm" ];
           fhir:Quantity.system [ fhir:value "http://unitsofmeasure.org" ];
           fhir:Quantity.code [ fhir:value "mm" ]
         ]
       ];
       fhir:PackagedProductDefinition.package.containedItem [
         fhir:index 0;
         fhir:PackagedProductDefinition.package.containedItem.item [
           fhir:CodeableReference.reference [
             fhir:link <http://hl7.org/fhir/ManufacturedItemDefinition/tablet>;
             fhir:Reference.reference [ fhir:value "ManufacturedItemDefinition/tablet" ]
           ]
         ];
         fhir:PackagedProductDefinition.package.containedItem.amount [
           fhir:Quantity.value [ fhir:value "10"^^xsd:decimal ]
         ]
       ]
     ]
  ] .

<http://hl7.org/fhir/Organization/example> a fhir:Organization .

<http://hl7.org/fhir/ManufacturedItemDefinition/tablet> a fhir:ManufacturedItemDefinition .

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

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