Release 5

This page is part of the FHIR Specification (v5.0.0: R5 - STU). This is the current published version. For a full list of available versions, see the Directory of published versions . Page versions: R5 R4B

Example MedicinalProductDefinition/drug-combo-product-bundle (Turtle)

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)

Combination product - tablet and cream co-packaged and showing layers (same but as a bundle)

@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:Bundle ;
 fhir:nodeRole fhir:treeRoot ;
 fhir:id [ fhir:v "drug-combo-product-bundle"] ; # 
 fhir:type [ fhir:v "collection"] ; # 
 fhir:entry ( [
 fhir:fullUrl [ fhir:v "urn:uuid:e19deb42-7137-48b0-aef1-d37019d0316e"^^xsd:anyURI ] ;
 fhir:resource ( <urn:uuid:e19deb42-7137-48b0-aef1-d37019d0316e> )
 ] [
 fhir:fullUrl [ fhir:v "urn:uuid:7d95129b-ea17-48fb-844c-70317219723d"^^xsd:anyURI ] ;
 fhir:resource ( <urn:uuid:7d95129b-ea17-48fb-844c-70317219723d> )
 ] [
 fhir:fullUrl [ fhir:v "urn:uuid:4b9d12e2-c4c3-4533-85d0-7f78a6b91a53"^^xsd:anyURI ] ;
 fhir:resource ( <urn:uuid:4b9d12e2-c4c3-4533-85d0-7f78a6b91a53> ) # would normally go on to have ingredients here (see other examples) 
 ] [
 fhir:fullUrl [ fhir:v "urn:uuid:9a66d8b9-1793-4e43-8cc3-89af55d86d0c"^^xsd:anyURI ] ;
 fhir:resource ( <urn:uuid:9a66d8b9-1793-4e43-8cc3-89af55d86d0c> ) # would normally go on to have ingredients here (see other examples) 
 ] )] . # 
<urn:uuid:e19deb42-7137-48b0-aef1-d37019d0316e> a fhir:MedicinalProductDefinition ;
 fhir:id [ fhir:v "drug-combo-product-bundle-mp"] ; # 
 fhir:text [
 fhir:status [ fhir:v "generated" ] ;
 fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n						<p>\n							<b>\n								Generated Narrative\n							</b>\n						</p>\n						<p>\n							<b>\n								id\n							</b>\n							: drug-combo-product\n						</p>\n						<p>\n							<b>\n								identifier\n							</b>\n							: id: ThrushTreatCombo\n						</p>\n						<p>\n							<b>\n								combinedPharmaceuticalDoseForm\n							</b>\n							:\n							<span title=\"Codes: {http://example.org.uk/fhir/doseform Tablet and Cream for topical application}\">\n								Tablet and Cream for topical application\n							</span>\n						</p>\n						<p>\n							<b>\n								packagedMedicinalProduct\n							</b>\n							:\n							<a name=\"packageCombo\"/>\n						</p>\n						<blockquote>\n							<p>\n								<b>\n									id\n								</b>\n								:packageCombo\n							</p>\n							<blockquote>\n								<p>\n									<b>\n										package (outer)\n									</b>\n								</p>\n								<p>\n									<b>\n										type\n									</b>\n									:\n									<span title=\"Codes: \">\n										Box\n									</span>\n								</p>\n								<blockquote>\n									<p>\n										<b>\n											Package (inner 1)\n										</b>\n									</p>\n									<p>\n										<b>\n											Type\n										</b>\n										: Blister pack\n									</p>\n									<p>\n										<b>\n											Items quantity\n										</b>\n										: 1\n									</p>\n									<blockquote>\n										<p>\n											<b>\n												Form\n											</b>\n											: Tablet\n										</p>\n										<blockquote>\n											<p>\n												<b>\n													Ingredient\n												</b>\n												: 150mg fluconazole\n											</p>\n										</blockquote>\n									</blockquote>\n								</blockquote>\n								<blockquote>\n									<p>\n										<b>\n											Package (inner 2)\n										</b>\n									</p>\n									<p>\n										<b>\n											Type\n										</b>\n										: Tube\n									</p>\n									<p>\n										<b>\n											Items quantity\n										</b>\n										: 20g\n									</p>\n									<blockquote>\n										<p>\n											<b>\n												Package Item\n											</b>\n											: Cap\n										</p>\n									</blockquote>\n									<blockquote>\n										<p>\n											<b>\n												Form\n											</b>\n											: Cream for topical application\n										</p>\n										<blockquote>\n											<p>\n												<b>\n													Ingredient\n												</b>\n												: 2% w/w clotrimazole\n											</p>\n										</blockquote>\n									</blockquote>\n								</blockquote>\n							</blockquote>\n						</blockquote>\n						<h3>\n							Names\n						</h3>\n						<table class=\"grid\">\n							<tr>\n								<td>\n									-\n								</td>\n								<td>\n									<b>\n										ProductName\n									</b>\n								</td>\n							</tr>\n							<tr>\n								<td>\n									*\n								</td>\n								<td>\n									ThrushTreat Combo\n								</td>\n							</tr>\n						</table>\n					</div>"
 ] ; # 
 fhir:identifier ( [
 fhir:system [ fhir:v "http://example.org.uk/fhir/product"^^xsd:anyURI ] ;
 fhir:value [ fhir:v "ThrushTreatCombo" ]
 ] ) ; # 
 fhir:combinedPharmaceuticalDoseForm [
 fhir:coding ( [
 fhir:system [ fhir:v "http://example.org.uk/fhir/doseform"^^xsd:anyURI ] ;
 fhir:code [ fhir:v "Tablet and Cream for topical application" ]
 ] )
 ] ; # 
 fhir:name ( [
 fhir:productName [ fhir:v "ThrushTreat Combo" ]
 ] ) . # 
<urn:uuid:7d95129b-ea17-48fb-844c-70317219723d> a fhir:PackagedProductDefinition ;
 fhir:id [ fhir:v "packageCombo"] ; # 
 fhir:text [
 fhir:status [ fhir:v "generated" ] ;
 fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n						(left blank to stop example creating something automatically)\n					</div>"
 ] ; # text not needed here 
 fhir:packageFor ( [
 fhir:reference [ fhir:v "MedicinalProductDefinition/drug-combo-product-bundle-mp" ]
 ] ) ; # 
 fhir:packaging [
 fhir:type [
 fhir:coding ( [
 fhir:code [ fhir:v "Box" ]
 ] )
 ] ;
 fhir:packaging ( [
 fhir:type [
 fhir:coding ( [
 fhir:code [ fhir:v "blister pack" ]
 ] )
 ] ;
 fhir:containedItem ( [
 fhir:item [
 fhir:reference [
 fhir:reference [ fhir:v "ManufacturedItemDefinition/tabletItem" ]
 ]
 ] ;
 fhir:amount [
 fhir:value [ fhir:v "1"^^xsd:decimal ]
 ]
 ] )
 ] [
 fhir:type [
 fhir:coding ( [
 fhir:code [ fhir:v "tube" ]
 ] )
 ] ;
 fhir:containedItem ( [
 fhir:item [
 fhir:reference [
 fhir:reference [ fhir:v "ManufacturedItemDefinition/creamItem" ]
 ]
 ] ;
 fhir:amount [
 fhir:value [ fhir:v "1"^^xsd:decimal ]
 ]
 ] )
 ] )
 ] . # 
<urn:uuid:4b9d12e2-c4c3-4533-85d0-7f78a6b91a53> a fhir:ManufacturedItemDefinition ;
 fhir:id [ fhir:v "tabletItem"] ; # 
 fhir:text [
 fhir:status [ fhir:v "generated" ] ;
 fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n						(left blank to stop example creating something automatically)\n					</div>"
 ] ; # text not needed here 
 fhir:status [ fhir:v "active"] ; # 
 fhir:manufacturedDoseForm [
 fhir:coding ( [
 fhir:system [ fhir:v "http://example.org.uk/fhir/doseform"^^xsd:anyURI ] ;
 fhir:code [ fhir:v "tablet" ]
 ] )
 ] . # 
<urn:uuid:9a66d8b9-1793-4e43-8cc3-89af55d86d0c> a fhir:ManufacturedItemDefinition ;
 fhir:id [ fhir:v "creamItem"] ; # 
 fhir:text [
 fhir:status [ fhir:v "generated" ] ;
 fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n						(left blank to stop example creating something automatically)\n					</div>"
 ] ; # text not needed here 
 fhir:status [ fhir:v "active"] ; # 
 fhir:manufacturedDoseForm [
 fhir:coding ( [
 fhir:system [ fhir:v "http://example.org.uk/fhir/doseform"^^xsd:anyURI ] ;
 fhir:code [ fhir:v "Cream for topical applcation" ]
 ] )
 ] . # 
# -------------------------------------------------------------------------------------

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.

AltStyle によって変換されたページ (->オリジナル) /