This
page
is
part
of
the
FHIR
Specification
(v5.0.0:
R5
-
STU
v6.0.0-ballot2:
Release
6
Ballot
(2nd
Draft)
(see
Ballot
Notes
).
This
is
the
The
current
published
version
in
it's
permanent
home
(it
will
always
be
available
at
this
URL).
is
5.0.0
.
For
a
full
list
of
available
versions,
see
the
Directory
of
published
versions
.
Page
versions:
R5
R4B
| Biomedical Research and Regulation Work Group | Maturity Level : N/A | Standards Status : Informative | Compartments : No 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 ------------------------------------------------------------------- [a fhir:PackagedProductDefinition ; fhir:nodeRole fhir:treeRoot ; fhir:id [ fhir:v "example"] ; #fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: PackagedProductDefinition</b><a name=\"example\"> </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 "example" </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>packaging</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>: <span title=\" top level, so this can only ever be 1, but it is optional \">1</span></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=\"broken-link.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>packaging</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><blockquote><p><b>shelfLifeStorage</b></p></blockquote><p><b>manufacturer</b>: <a href=\"broken-link.html\">Organization/example</a></p><blockquote><p><b>property</b></p></blockquote><blockquote><p><b>property</b></p></blockquote><blockquote><p><b>containedItem</b></p></blockquote></blockquote></blockquote></div>" ] ; #fhir:identifier ( [ fhir:system [ fhir:v "http://ema.europa.eu/example/pcid"^^xsd:anyURI ] ; fhir:value [ fhir:v "{PCID}" ] ] ) ; # fhir:description [ fhir:v "ALU-PVC/PVDC BLISTERS. CARTONS OF 10 FILM-COATED TABLETS."] ; # fhir:packaging [ fhir:type [ fhir:coding ( [ fhir:system [ fhir:v "http://ema.europa.eu/example/packageitemcontainertype"^^xsd:anyURI ] ; fhir:code [ fhir:v "Carton" ] ] ) ] ;fhir:quantity [ fhir:v "1"^^xsd:integer ] ; # top level, so this can only ever be 1, but it is optionalfhir:quantity [ fhir:v "1"^^xsd:integer ] ; # top level, so this can only ever be 1, but it is optional fhir:material ( [ fhir:coding ( [ fhir:system [ fhir:v "http://ema.europa.eu/example/packageItemContainerMaterial"^^xsd:anyURI ] ; fhir:code [ fhir:v "Paperboard" ] ] ) ] ) ; fhir:manufacturer ( [ fhir:reference [ fhir:v "Organization/example" ] ] ) ; fhir:property ( [ fhir:type [ fhir:coding ( [ fhir:code [ fhir:v "height" ] ] ) ] ; fhir:value [ a fhir:Quantity ; fhir:value [ fhir:v "50"^^xsd:decimal ] ; fhir:unit [ fhir:v "mm" ] ; fhir:system [ fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ] ; fhir:code [ fhir:v "mm" ] ] ] [ fhir:type [ fhir:coding ( [ fhir:code [ fhir:v "width" ] ] ) ] ; fhir:value [ a fhir:Quantity ; fhir:value [ fhir:v "45"^^xsd:decimal ] ; fhir:unit [ fhir:v "mm" ] ; fhir:system [ fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ] ; fhir:code [ fhir:v "mm" ] ] ] [ fhir:type [ fhir:coding ( [ fhir:code [ fhir:v "depth" ] ] ) ] ; fhir:value [ a fhir:Quantity ; fhir:value [ fhir:v "23.5"^^xsd:decimal ] ; fhir:unit [ fhir:v "mm" ] ; fhir:system [ fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ] ; fhir:code [ fhir:v "mm" ] ] ] ) ; fhir:packaging ( [ fhir:type [ fhir:coding ( [ fhir:system [ fhir:v "http://ema.europa.eu/example/packageitemcontainertype"^^xsd:anyURI ] ; fhir:code [ fhir:v "Blister" ] ] ) ] ; fhir:quantity [ fhir:v "1"^^xsd:integer ] ; fhir:material ( [ fhir:coding ( [ fhir:system [ fhir:v "http://ema.europa.eu/example/packageItemContainerMaterial"^^xsd:anyURI ] ; fhir:code [ fhir:v "PVC" ] ] ) ] [ fhir:coding ( [ fhir:system [ fhir:v "http://ema.europa.eu/example/packageItemContainerMaterial"^^xsd:anyURI ] ; fhir:code [ fhir:v "PVDC" ] ] ) ] [ fhir:coding ( [ fhir:system [ fhir:v "http://ema.europa.eu/example/packageItemContainerMaterial"^^xsd:anyURI ] ; fhir:code [ fhir:v "alu" ] ] ) ] ) ; fhir:shelfLifeStorage ( [ fhir:type [ fhir:coding ( [ fhir:system [ fhir:v "http://ema.europa.eu/example/shelfLifeTypePlaceHolder"^^xsd:anyURI ] ; fhir:code [ fhir:v "ShelfLifeofPackagedMedicinalProduct" ] ] ) ] ; fhir:period [ a fhir:Duration ; fhir:value [ fhir:v "3"^^xsd:decimal ] ; fhir:unit [ fhir:v "year" ] ; fhir:system [ fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ] ; fhir:code [ fhir:v "a" ] ] ; fhir:specialPrecautionsForStorage ( [ fhir:coding ( [ fhir:system [ fhir:v "http://ema.europa.eu/example/specialprecautionsforstorage"^^xsd:anyURI ] ; fhir:code [ fhir:v "none" ] ] ) ] ) ] ) ; fhir:manufacturer ( [ fhir:reference [ fhir:v "Organization/example" ] ] ) ; fhir:property ( [ fhir:type [ fhir:coding ( [ fhir:code [ fhir:v "height" ] ] ) ] ; fhir:value [ a fhir:Quantity ; fhir:value [ fhir:v "45"^^xsd:decimal ] ; fhir:unit [ fhir:v "mm" ] ; fhir:system [ fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ] ; fhir:code [ fhir:v "mm" ] ] ] [ fhir:type [ fhir:coding ( [ fhir:code [ fhir:v "width" ] ] ) ] ; fhir:value [ a fhir:Quantity ; fhir:value [ fhir:v "35"^^xsd:decimal ] ; fhir:unit [ fhir:v "mm" ] ; fhir:system [ fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ] ; fhir:code [ fhir:v "mm" ] ] ] ) ; fhir:containedItem ( [ fhir:item [ fhir:reference [ fhir:reference [ fhir:v "ManufacturedItemDefinition/tablet" ] ] ] ; fhir:amount [ fhir:value [ fhir:v "10"^^xsd:decimal ]] # 10 tablets in the blister pack] # 10 tablets in the blister pack ] )] ) # inner packaging ]] . # outer packaging] ) # inner packaging ]] . # outer packaging # -------------------------------------------------------------------------------------
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.
FHIR
®©
HL7.org
2011+.
FHIR
R5
hl7.fhir.core#5.0.0
R6
hl7.fhir.core#6.0.0-ballot2
generated
on
Sun,
Mar
26,
2023
15:25+1100.
Mon,
Aug
12,
2024
16:59+0800.
Links:
Search
|
Version
History
|
Contents
|
Glossary
|
QA
|
Compare
to
R4
|
Compare
to
R4B
R5
|
|
Propose
a
change