Gravitate Health FHIR Implementation Guide, published by Gravitate Health Project. This guide is not an authorized publication; it is the continuous build for version 0.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/hl7-eu/gravitate-health and changes regularly. See the Directory of published versions
@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 "ppd-ee8bd93e975dcd04f4824ba8d24a8944"] ; #
fhir:meta [
( fhir:profile [
fhir:v "http://hl7.org/fhir/uv/emedicinal-product-info/StructureDefinition/PackagedProductDefinition-uv-epi"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/uv/emedicinal-product-info/StructureDefinition/PackagedProductDefinition-uv-epi> ] )
] ; #
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=\"ppd-ee8bd93e975dcd04f4824ba8d24a8944\"> </a><a name=\"hcppd-ee8bd93e975dcd04f4824ba8d24a8944\"> </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 "ppd-ee8bd93e975dcd04f4824ba8d24a8944" </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"https://build.fhir.org/ig/HL7/emedicinal-product-info//StructureDefinition-PackagedProductDefinition-uv-epi.html\">PackagedProductDefinition (ePI)</a></p></div><p><b>identifier</b>: <code>https://spor.ema.europa.eu/pmswi</code>/x (use: OFFICIAL)</p><p><b>name</b>: HIPÉRICO ARKOPHARMA cápsulas duras 30</p><p><b>type</b>: Chemical Medicinal Prodcut <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (rmswi#100000155527)</span></p><p><b>packageFor</b>: <a href=\"MedicinalProductDefinition-mpaf8d2f6e4772c29a8ef9fbb165e80d28.html\">MedicinalProductDefinition/mpaf8d2f6e4772c29a8ef9fbb165e80d28</a></p><p><b>status</b>: Active <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://hl7.org/fhir/R5/codesystem-publication-status.html\">PublicationStatus</a>#active)</span></p><p><b>statusDate</b>: 2015-01-03</p><p><b>containedItemQuantity</b>: 175 mg<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM code mg = 'mg')</span></p><p><b>copackagedIndicator</b>: false</p><blockquote><p><b>packaging</b></p><p><b>type</b>: Box <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (rmswi#100000073498)</span></p><p><b>quantity</b>: 1</p><p><b>material</b>: Cardboard <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (rmswi#200000003529)</span></p><blockquote><p><b>packaging</b></p><p><b>identifier</b>: <code>https://spor.ema.europa.eu/pmswi</code>/123456</p><p><b>type</b>: Blister <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (rmswi#100000073496)</span></p><p><b>quantity</b>: 30</p><p><b>material</b>: cardboard <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (rmswi#xxx)</span></p><blockquote><p><b>containedItem</b></p></blockquote></blockquote></blockquote></div>"
] ; #
fhir:identifier ( [
fhir:use [ fhir:v "official" ] ;
fhir:system [ fhir:v "https://spor.ema.europa.eu/pmswi"^^xsd:anyURI ] ;
fhir:value [ fhir:v "x" ]
] ) ; #
fhir:name [ fhir:v "HIPÉRICO ARKOPHARMA cápsulas duras 30"] ; #
fhir:type [
( fhir:coding [
fhir:system [ fhir:v "https://spor.ema.europa.eu/rmswi"^^xsd:anyURI ] ;
fhir:code [ fhir:v "100000155527" ] ;
fhir:display [ fhir:v "Chemical Medicinal Prodcut" ] ] )
] ; #
fhir:packageFor ( [
fhir:reference [ fhir:v "MedicinalProductDefinition/mpaf8d2f6e4772c29a8ef9fbb165e80d28" ]
] ) ; #
fhir:status [
( fhir:coding [
fhir:system [ fhir:v "http://hl7.org/fhir/publication-status"^^xsd:anyURI ] ;
fhir:code [ fhir:v "active" ] ;
fhir:display [ fhir:v "Active" ] ] )
] ; #
fhir:statusDate [ fhir:v "2015-01-03"^^xsd:date] ; #
fhir:containedItemQuantity ( [
fhir:value [ fhir:v "175"^^xsd:decimal ] ;
fhir:system [ fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "mg" ]
] ) ; #
fhir:copackagedIndicator [ fhir:v "false"^^xsd:boolean] ; #
fhir:packaging [
fhir:type [
( fhir:coding [
fhir:system [ fhir:v "https://spor.ema.europa.eu/rmswi"^^xsd:anyURI ] ;
fhir:code [ fhir:v "100000073498" ] ;
fhir:display [ fhir:v "Box" ] ] ) ] ;
fhir:quantity [ fhir:v "1"^^xsd:integer ] ;
( fhir:material [
( fhir:coding [
fhir:system [ fhir:v "https://spor.ema.europa.eu/rmswi"^^xsd:anyURI ] ;
fhir:code [ fhir:v "200000003529" ] ;
fhir:display [ fhir:v "Cardboard" ] ] ) ] ) ;
( fhir:packaging [
( fhir:identifier [
fhir:system [ fhir:v "https://spor.ema.europa.eu/pmswi"^^xsd:anyURI ] ;
fhir:value [ fhir:v "123456" ] ] ) ;
fhir:type [
( fhir:coding [
fhir:system [ fhir:v "https://spor.ema.europa.eu/rmswi"^^xsd:anyURI ] ;
fhir:code [ fhir:v "100000073496" ] ;
fhir:display [ fhir:v "Blister" ] ] ) ] ;
fhir:quantity [ fhir:v "30"^^xsd:integer ] ;
( fhir:material [
( fhir:coding [
fhir:system [ fhir:v "https://spor.ema.europa.eu/rmswi"^^xsd:anyURI ] ;
fhir:code [ fhir:v "xxx" ] ;
fhir:display [ fhir:v "cardboard" ] ] ) ] ) ;
( fhir:containedItem [
fhir:item [
fhir:reference [
fhir:reference [ fhir:v "ManufacturedItemDefinition/mid-29436a85dac3ea374adb3fa64cfd2578" ] ] ] ] ) ] )
] . #
IG © 2021+ Gravitate Health Project. Package hl7.eu.fhir.gh#0.1.0 based on FHIR 5.0.0. Generated 2024-03-14
This joint undertaking receives support from the EU H2020 research and innovation programme and EFPIA.
