Electronic Medicinal Product Information (ePI) FHIR Implementation Guide
1.0.0 - trial-use International flag

Electronic Medicinal Product Information (ePI) FHIR Implementation Guide, published by HL7 International - Biomedical Research & Regulation Work Group. 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/emedicinal-product-info/ and changes regularly. See the Directory of published versions

: Administrable Product for DrugX 75 mg tablets - 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 sct: <http://snomed.info/id/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

 a fhir:AdministrableProductDefinition ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "373b9bf3-1fae-47a1-a7cd-230106def069"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "http://hl7.org/fhir/uv/emedicinal-product-info/StructureDefinition/AdministrableProductDefinition-uv-epi"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/uv/emedicinal-product-info/StructureDefinition/AdministrableProductDefinition-uv-epi>     ] )
  ] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: AdministrableProductDefinition</b><a name=\"373b9bf3-1fae-47a1-a7cd-230106def069\"> </a><a name=\"hc373b9bf3-1fae-47a1-a7cd-230106def069\"> </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\">ResourceAdministrableProductDefinition &quot;373b9bf3-1fae-47a1-a7cd-230106def069&quot; </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-AdministrableProductDefinition-uv-epi.html\">AdministrableProductDefinition (ePI)</a></p></div><p><b>identifier</b>: <code>https://www.who-umc.org/phpid</code>/DrugXphpidplaceholder</p><p><b>status</b>: active</p><p><b>formOf</b>: <a href=\"MedicinalProductDefinition-800a51a2-d81d-49a4-a4eb-f2417d301837.html\">MedicinalProductDefinition/800a51a2-d81d-49a4-a4eb-f2417d301837</a></p><p><b>administrableDoseForm</b>: Tablet <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://hl7.org/fhir/R5/codesystem-administrable-dose-form.html\">Administrable Dose Form</a>#100000073664)</span></p><p><b>unitOfPresentation</b>: Tablet <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://hl7.org/fhir/R5/codesystem-unit-of-presentation.html\">Unit Of Presentation</a>#200000002152)</span></p><p><b>producedFrom</b>: <a href=\"ManufacturedItemDefinition-3214f286-b8ec-4ef5-bc8d-0aec39d97468.html\">ManufacturedItemDefinition/3214f286-b8ec-4ef5-bc8d-0aec39d97468</a></p><h3>RouteOfAdministrations</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Code</b></td></tr><tr><td style=\"display: none\">*</td><td>Oral route <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://browser.ihtsdotools.org/\">SNOWMED CT</a>#26643006)</span></td></tr></table></div>"
  ] ; # 
  fhir:identifier ( [
fhir:system [ fhir:v "https://www.who-umc.org/phpid"^^xsd:anyURI ] ;
fhir:value [ fhir:v "DrugXphpidplaceholder" ]
  ] ) ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:formOf ( [
fhir:reference [ fhir:v "MedicinalProductDefinition/800a51a2-d81d-49a4-a4eb-f2417d301837" ]
  ] ) ; # 
  fhir:administrableDoseForm [
    ( fhir:coding [
fhir:system [ fhir:v "http://hl7.org/fhir/administrable-dose-form"^^xsd:anyURI ] ;
fhir:code [ fhir:v "100000073664" ] ;
fhir:display [ fhir:v "Tablet" ]     ] )
  ] ; # 
  fhir:unitOfPresentation [
    ( fhir:coding [
fhir:system [ fhir:v "http://hl7.org/fhir/unit-of-presentation"^^xsd:anyURI ] ;
fhir:code [ fhir:v "200000002152" ] ;
fhir:display [ fhir:v "Tablet" ]     ] )
  ] ; # 
  fhir:producedFrom ( [
fhir:reference [ fhir:v "ManufacturedItemDefinition/3214f286-b8ec-4ef5-bc8d-0aec39d97468" ]
  ] ) ; # 
  fhir:routeOfAdministration ( [
fhir:code [
      ( fhir:coding [
a sct:26643006 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "26643006" ] ;
fhir:display [ fhir:v "Oral route" ]       ] )     ]
  ] ) . #