API for the Exchange of Medicinal Product Information (APIX), published by HL7 International / Biomedical Research and Regulation. 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/APIX---API-Exchange-for-Medicinal-Products/ and changes regularly. See the Directory of published versions
: WonderDrug - TTL Representation
Raw ttl | Download
@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@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 "example-ma"] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: MedicinalProductDefinition example-ma</b></p><a name=\"example-ma\"> </a><a name=\"hcexample-ma\"> </a><p><b>combinedPharmaceuticalDoseForm</b>: <span title=\"Codes:{http://hl7.org/fhir/uv/emedicinal-product-info/CodeSystem/manufactured-item-dose-form-category-cs TabletPellet}\">Tablet/Pellet</span></p><p><b>classification</b>: <span title=\"Codes:{http://hl7.org/fhir/uv/emedicinal-product-info/CodeSystem/atc-code-cs C06DX01}\">Other medicinal products</span></p><h3>Characteristics</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Type</b></td><td><b>Value[x]</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes:{http://hl7.org/fhir/uv/emedicinal-product-info/CodeSystem/product-characteristic-cs 100000073456}\">Strength</span></td><td>50 mg</td></tr></table></div>"^^rdf:XMLLiteral ]
] ; #
fhir:combinedPharmaceuticalDoseForm [
( fhir:coding [
fhir:system [
fhir:v "http://hl7.org/fhir/uv/emedicinal-product-info/CodeSystem/manufactured-item-dose-form-category-cs"^^xsd:anyURI ;
fhir:l <http://hl7.org/fhir/uv/emedicinal-product-info/CodeSystem/manufactured-item-dose-form-category-cs> ] ;
fhir:code [ fhir:v "TabletPellet" ] ;
fhir:display [ fhir:v "Tablet/Pellet" ] ] )
] ; #
fhir:classification ( [
( fhir:coding [
fhir:system [
fhir:v "http://hl7.org/fhir/uv/emedicinal-product-info/CodeSystem/atc-code-cs"^^xsd:anyURI ;
fhir:l <http://hl7.org/fhir/uv/emedicinal-product-info/CodeSystem/atc-code-cs> ] ;
fhir:code [ fhir:v "C06DX01" ] ;
fhir:display [ fhir:v "Other medicinal products" ] ] )
] ) ; #
fhir:characteristic ( [
fhir:type [
( fhir:coding [
fhir:system [
fhir:v "http://hl7.org/fhir/uv/emedicinal-product-info/CodeSystem/product-characteristic-cs"^^xsd:anyURI ;
fhir:l <http://hl7.org/fhir/uv/emedicinal-product-info/CodeSystem/product-characteristic-cs> ] ;
fhir:code [ fhir:v "100000073456" ] ;
fhir:display [ fhir:v "Strength" ] ] ) ] ;
fhir:value [
a fhir:Quantity ;
fhir:value [ fhir:v "50"^^xsd:decimal ] ;
fhir:unit [ fhir:v "mg" ] ]
] ) . #