Release 4B 5

This page is part of the FHIR Specification (v4.3.0: R4B (v5.0.0: R5 - STU ). The This is the current published version which supercedes in it's permanent home (it will always be available at this version is 5.0.0 . URL). For a full list of available versions, see the Directory of published versions . Page versions: R5 R4B R5 R4B

Medicinalproductdefinition-example.ttl

Example MedicinalProductDefinition/example (Turtle)

Biomedical Research and Regulation Work Group Maturity Level : N/A Standards Status : Informative Compartments : Not linked to any No defined compartments

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

General example

@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/MedicinalProductDefinition/example> a fhir:MedicinalProductDefinition;
  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\">\n			<p><b>Generated Narrative</b></p>\n			<p><b>Id</b>: example</p>\n			<p><b>Identifier</b>: {mpid}</p>\n			<p><b>Classification</b>: <span title=\"Codes: {http://ema.europa.eu/example/WHOAnatomicalTherapeuticChemicalATCClassificationSystem B01AF02}\">ATC: B01AF02</span></p>\n			<p><b>Attached Document</b>: (SmPC)</p>\n			<p><b>Master File</b>: (Pharmacovigilence Master File)</p>\n			<p><b>Product Name</b>: Equilidem 2.5 mg film-coated tablets</p>\n			<blockquote>\n				<p><b>Name Part</b></p><p><b>part</b>:Equilidem</p>\n				<p><b>type</b>: <span title=\"Codes: \">Invented</span></p>\n			</blockquote>\n			<blockquote>\n				<p><b>Name Part</b></p><p><b>part</b>:2.5 mg</p>\n				<p><b>type</b>: <span title=\"Codes: \">Strength</span></p>\n			</blockquote>\n			<blockquote>\n				<p><b>Name Part</b></p>\n				<p><b>part</b>:film-coated tablets</p>\n				<p><b>type</b>: <span title=\"Codes: \">Form</span></p>\n				<p><b>Country &amp; Languages</b></p>\n				<table class=\"grid\">\n					<tr>\n						<td>-</td>\n						<td><b>Country</b></td>\n						<td><b>Jurisdiction</b></td>\n						<td><b>Language</b></td>\n					</tr>\n					<tr>\n						<td>*</td>\n						<td><span title=\"Codes: {http://ema.europa.eu/example/countryCode EU}\">EU</span></td>\n						<td><span title=\"Codes: {http://ema.europa.eu/example/jurisdictionCode EU}\">EU</span></td>\n						<td><span title=\"Codes: {http://ema.europa.eu/example/languageCode EN}\">EN</span></td>\n					</tr>\n				</table>\n			</blockquote>\n			<p><b>Manufacturing &amp; Business Operations</b></p>\n			<table class=\"grid\">\n				<tr>\n					<td>-</td>\n					<td><b>Type</b></td>\n					<td><b>EffectiveDate</b></td>\n					<td><b>Authorization</b></td>\n				</tr>\n				<tr>\n					<td>*</td>\n					<td>Batch Release</td>\n					<td>2013-03-15 --&gt; (ongoing)</td>\n					<td><span>1324TZ</span></td>\n				</tr>\n			</table>\n		</div>"
  ];
  fhir:MedicinalProductDefinition.identifier [
     fhir:index 0;
     fhir:Identifier.system [ fhir:value "http://ema.europa.eu/example/MPID" ];
     fhir:Identifier.value [ fhir:value "{mpid}" ]
  ];
  fhir:MedicinalProductDefinition.classification [
     fhir:index 0;
     fhir:CodeableConcept.coding [
       fhir:index 0;
       fhir:Coding.system [ fhir:value "http://ema.europa.eu/example/WHOAnatomicalTherapeuticChemicalATCClassificationSystem" ];
       fhir:Coding.code [ fhir:value "B01AF02" ]
     ]
  ];
  fhir:MedicinalProductDefinition.attachedDocument [
     fhir:index 0;
     fhir:link <http://hl7.org/fhir/DocumentReference/example>;
     fhir:Reference.reference [ fhir:value "DocumentReference/example" ]
  ];
  fhir:MedicinalProductDefinition.masterFile [
     fhir:index 0;
     fhir:link <http://hl7.org/fhir/DocumentReference/example>;
     fhir:Reference.reference [ fhir:value "DocumentReference/example" ]
  ];
  fhir:MedicinalProductDefinition.name [
     fhir:index 0;
     fhir:MedicinalProductDefinition.name.productName [ fhir:value "Equilidem 2.5 mg film-coated tablets" ];
     fhir:MedicinalProductDefinition.name.namePart [
       fhir:index 0;
       fhir:MedicinalProductDefinition.name.namePart.part [ fhir:value "Equilidem" ];
       fhir:MedicinalProductDefinition.name.namePart.type [
         fhir:CodeableConcept.coding [
           fhir:index 0;
           fhir:Coding.code [ fhir:value "INV" ]
         ]

[a fhir:MedicinalProductDefinition ;
  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\">\n			<p><b>Generated Narrative</b></p>\n			<p><b>Id</b>: example</p>\n			<p><b>Identifier</b>: {mpid}</p>\n			<p><b>Classification</b>: <span title=\"Codes: {http://ema.europa.eu/example/WHOAnatomicalTherapeuticChemicalATCClassificationSystem B01AF02}\">ATC: B01AF02</span></p>\n			<p><b>Attached Document</b>: (SmPC)</p>\n			<p><b>Master File</b>: (Pharmacovigilence Master File)</p>\n			<p><b>Product Name</b>: Equilidem 2.5 mg film-coated tablets</p>\n			<blockquote>\n				<p><b>Name Part</b></p><p><b>part</b>:Equilidem</p>\n				<p><b>type</b>: <span title=\"Codes: \">Invented</span></p>\n			</blockquote>\n			<blockquote>\n				<p><b>Name Part</b></p><p><b>part</b>:2.5 mg</p>\n				<p><b>type</b>: <span title=\"Codes: \">Strength</span></p>\n			</blockquote>\n			<blockquote>\n				<p><b>Name Part</b></p>\n				<p><b>part</b>:film-coated tablets</p>\n				<p><b>type</b>: <span title=\"Codes: \">Form</span></p>\n				<p><b>Country &amp; Languages</b></p>\n				<table class=\"grid\">\n					<tr>\n						<td>-</td>\n						<td><b>Country</b></td>\n						<td><b>Jurisdiction</b></td>\n						<td><b>Language</b></td>\n					</tr>\n					<tr>\n						<td>*</td>\n						<td><span title=\"Codes: {http://ema.europa.eu/example/countryCode EU}\">EU</span></td>\n						<td><span title=\"Codes: {http://ema.europa.eu/example/jurisdictionCode EU}\">EU</span></td>\n						<td><span title=\"Codes: {urn:ietf:bcp:47}\">EN</span></td>\n					</tr>\n				</table>\n			</blockquote>\n			<p><b>Manufacturing &amp; Business Operations</b></p>\n			<table class=\"grid\">\n				<tr>\n					<td>-</td>\n					<td><b>Type</b></td>\n					<td><b>EffectiveDate</b></td>\n					<td><b>Authorization</b></td>\n				</tr>\n				<tr>\n					<td>*</td>\n					<td>Batch Release</td>\n					<td>2013-03-15 --&gt; (ongoing)</td>\n					<td><span>1324TZ</span></td>\n				</tr>\n			</table>\n		</div>"
  ] ; # 
  fhir:identifier ( [
     fhir:system [ fhir:v "http://ema.europa.eu/example/MPID"^^xsd:anyURI ] ;
     fhir:value [ fhir:v "{mpid}" ]
  ] ) ; # 
  fhir:classification ( [
     fhir:coding ( [
       fhir:system [ fhir:v "http://ema.europa.eu/example/WHOAnatomicalTherapeuticChemicalATCClassificationSystem"^^xsd:anyURI ] ;
       fhir:code [ fhir:v "B01AF02" ]
     ] )
  ] ) ; # 
  fhir:attachedDocument ( [
     fhir:reference [ fhir:v "DocumentReference/example" ]
  ] ) ; # 
  fhir:masterFile ( [
     fhir:reference [ fhir:v "DocumentReference/example" ]
  ] ) ; # 
  fhir:name ( [
     fhir:productName [ fhir:v "Equilidem 2.5 mg film-coated tablets" ] ;
     fhir:part ( [
       fhir:part [ fhir:v "Equilidem" ] ;
       fhir:type [
         fhir:coding ( [
           fhir:code [ fhir:v "INV" ]
         ] )

       ]
     ], [
       fhir:index 1;
       fhir:MedicinalProductDefinition.name.namePart.part [ fhir:value "2.5 mg" ];
       fhir:MedicinalProductDefinition.name.namePart.type [
         fhir:CodeableConcept.coding [
           fhir:index 0;
           fhir:Coding.code [ fhir:value "STR" ]
         ]

     ] [
       fhir:part [ fhir:v "2.5 mg" ] ;
       fhir:type [
         fhir:coding ( [
           fhir:code [ fhir:v "STR" ]
         ] )

       ]
     ], [
       fhir:index 2;
       fhir:MedicinalProductDefinition.name.namePart.part [ fhir:value "film-coated tablets" ];
       fhir:MedicinalProductDefinition.name.namePart.type [
         fhir:CodeableConcept.coding [
           fhir:index 0;
           fhir:Coding.code [ fhir:value "FRM" ]
         ]

     ] [
       fhir:part [ fhir:v "film-coated tablets" ] ;
       fhir:type [
         fhir:coding ( [
           fhir:code [ fhir:v "FRM" ]
         ] )

       ]
     ];
     fhir:MedicinalProductDefinition.name.countryLanguage [
       fhir:index 0;
       fhir:MedicinalProductDefinition.name.countryLanguage.country [
         fhir:CodeableConcept.coding [
           fhir:index 0;
           fhir:Coding.system [ fhir:value "http://ema.europa.eu/example/countryCode" ];
           fhir:Coding.code [ fhir:value "EU" ]
         ]
       ];
       fhir:MedicinalProductDefinition.name.countryLanguage.jurisdiction [
         fhir:CodeableConcept.coding [
           fhir:index 0;
           fhir:Coding.system [ fhir:value "http://ema.europa.eu/example/jurisdictionCode" ];
           fhir:Coding.code [ fhir:value "EU" ]
         ]
       ];
       fhir:MedicinalProductDefinition.name.countryLanguage.language [
         fhir:CodeableConcept.coding [
           fhir:index 0;
           fhir:Coding.system [ fhir:value "http://ema.europa.eu/example/languageCode" ];
           fhir:Coding.code [ fhir:value "EN" ]
         ]

     ] ) ;
     fhir:usage ( [
       fhir:country [
         fhir:coding ( [
           fhir:system [ fhir:v "http://ema.europa.eu/example/countryCode"^^xsd:anyURI ] ;
           fhir:code [ fhir:v "EU" ]
         ] )
       ] ;
       fhir:jurisdiction [
         fhir:coding ( [
           fhir:system [ fhir:v "http://ema.europa.eu/example/jurisdictionCode"^^xsd:anyURI ] ;
           fhir:code [ fhir:v "EU" ]
         ] )
       ] ;
       fhir:language [
         fhir:coding ( [
           fhir:system [ fhir:v "urn:ietf:bcp:47"^^xsd:anyURI ] ;
           fhir:code [ fhir:v "en" ]
         ] )

       ]
     ]
  ];
  fhir:MedicinalProductDefinition.operation [
     fhir:index 0;
     fhir:MedicinalProductDefinition.operation.type [
       fhir:CodeableReference.concept [
         fhir:CodeableConcept.coding [
           fhir:index 0;
           fhir:Coding.system [ fhir:value "http://ema.europa.eu/example/manufacturingOperationType" ];
           fhir:Coding.code [ fhir:value "Batchrelease" ]
         ]

     ] )
  ] ) ; # 
  fhir:operation ( [
     fhir:type [
       fhir:concept [
         fhir:coding ( [
           fhir:system [ fhir:v "http://ema.europa.eu/example/manufacturingOperationType"^^xsd:anyURI ] ;
           fhir:code [ fhir:v "Batchrelease" ]
         ] )

       ]
     ];
     fhir:MedicinalProductDefinition.operation.effectiveDate [
       fhir:Period.start [ fhir:value "2013-03-15"^^xsd:date ]

     ] ;
     fhir:effectiveDate [
       fhir:start [ fhir:v "2013-03-15"^^xsd:date ]

     ]
  ] .

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

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

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