Pharmaceutical Quality (Industry)
1.0.0 - STU1 International flag

Pharmaceutical Quality (Industry), published by HL7 International / Biomedical Research and Regulation. This guide is not an authorized publication; it is the continuous build for version 1.0.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/uv-dx-pq/ and changes regularly. See the Directory of published versions

: MedicinalProductDefinition - Drug Product - example - TTL Representation

Raw ttl | Download


@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:MedicinalProductDefinition ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "medicinalproductdefinition-drug-product-pq-ex1"] ; #     <id value="product"/>
  fhir:meta [
    ( fhir:profile [
fhir:v "http://hl7.org/fhir/uv/pharm-quality/StructureDefinition/MedicinalProductDefinition-drug-product-pq"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/uv/pharm-quality/StructureDefinition/MedicinalProductDefinition-drug-product-pq>     ] )
  ] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: MedicinalProductDefinition</b><a name=\"medicinalproductdefinition-drug-product-pq-ex1\"> </a><a name=\"hcmedicinalproductdefinition-drug-product-pq-ex1\"> </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 MedicinalProductDefinition &quot;medicinalproductdefinition-drug-product-pq-ex1&quot; </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-MedicinalProductDefinition-drug-product-pq.html\">MedicinalProductDefinition - Drug Product PQ</a></p></div><p><b>description</b>: Textual description of the product</p><p><b>combinedPharmaceuticalDoseForm</b>: Gastro-resistant tablet <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (standardterms.edqm.eu#10225000)</span></p><p><b>route</b>: Oral use <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (standardterms.edqm.eu#20053000)</span></p><blockquote><p><b>name</b></p><p><b>productName</b>: Stelbat Tablets, 20mg</p><p><b>type</b>: Proprietary <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"CodeSystem-cs-productNameType-pq-example.html\">Product Name Type - example</a>#Proprietary)</span></p><h3>Parts</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Part</b></td><td><b>Type</b></td></tr><tr><td style=\"display: none\">*</td><td>20mg</td><td>Strength part <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://hl7.org/fhir/R5/codesystem-medicinal-product-name-part-type.html\">Product Name Part Type</a>#StrengthPart)</span></td></tr></table></blockquote></div>"
  ] ; # 
  fhir:description [ fhir:v "Textual description of the product"] ; # 
  fhir:combinedPharmaceuticalDoseForm [
    ( fhir:coding [
fhir:system [ fhir:v "http://standardterms.edqm.eu"^^xsd:anyURI ] ;
fhir:code [ fhir:v "10225000" ] ;
fhir:display [ fhir:v "Gastro-resistant tablet" ]     ] )
  ] ; # 
  fhir:route ( [
    ( fhir:coding [
fhir:system [ fhir:v "http://standardterms.edqm.eu"^^xsd:anyURI ] ;
fhir:code [ fhir:v "20053000" ] ;
fhir:display [ fhir:v "Oral use" ]     ] )
  ] ) ; # 
  fhir:name ( [
fhir:productName [ fhir:v "Stelbat Tablets, 20mg" ] ;
fhir:type [
      ( fhir:coding [
fhir:system [ fhir:v "http://hl7.org/fhir/uv/pharm-quality/CodeSystem/cs-productNameType-pq-example"^^xsd:anyURI ] ;
fhir:code [ fhir:v "Proprietary" ] ;
fhir:display [ fhir:v "Proprietary" ]       ] )     ] ;
    ( fhir:part [
fhir:part [ fhir:v "20mg" ] ;
fhir:type [
        ( fhir:coding [
fhir:system [ fhir:v "http://hl7.org/fhir/medicinal-product-name-part-type"^^xsd:anyURI ] ;
fhir:code [ fhir:v "StrengthPart" ] ;
fhir:display [ fhir:v "Strength part" ]         ] )       ]     ] )
  ] ) . #