Medication Prescription and Dispense (MPD), published by Integrating the Healthcare Enterprise (IHE). 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/IHE/pharm-mpd/tree/master and changes regularly. See the Directory of published versions
@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 sct: <http://snomed.info/id/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
# - resource -------------------------------------------------------------------
a fhir:Medication ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "02A1-CanifugCremolumCreamItem"] ; #
fhir:meta [
( fhir:profile [
fhir:v "http://profiles.ihe.net/PHARM/MPD/StructureDefinition/IHEMedication"^^xsd:anyURI ;
fhir:link <http://profiles.ihe.net/PHARM/MPD/StructureDefinition/IHEMedication> ] )
] ; #
fhir:text [
fhir:status [ fhir:v "extensions" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Medication 02A1-CanifugCremolumCreamItem</b></p><a name=\"02A1-CanifugCremolumCreamItem\"> </a><a name=\"hc02A1-CanifugCremolumCreamItem\"> </a><a name=\"02A1-CanifugCremolumCreamItem-en-US\"> </a><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\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-IHEMedication.html\">IHE Medication</a></p></div><p><b>Medication - Unit of presentation</b>: <span title=\"Codes:{http://standardterms.edqm.eu 15058000}\">Tube</span></p><p><b>Medication - Size of Item</b>: 20 gram<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM codeg = 'g')</span></p><p><b>doseForm</b>: <span title=\"Codes:{http://standardterms.edqm.eu 10901000}\">Vaginal cream</span></p><p><b>totalVolume</b>: 1 Tube<span style=\"background: LightGoldenRodYellow\"> (Details: standardterms.edqm.eu code15058000 = 'Tube')</span></p><blockquote><p><b>ingredient</b></p><h3>Items</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Concept</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes:{http://snomed.info/sct 387325003}\">Clotrimazole</span></td></tr></table><p><b>isActive</b>: true</p><p><b>strength</b>: 10 milligram<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM codemg = 'mg')</span>/1 gram<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM codeg = 'g')</span></p></blockquote></div>"^^rdf:XMLLiteral
] ; #
fhir:extension ( [
fhir:url [ fhir:v "http://profiles.ihe.net/PHARM/MPD/StructureDefinition/ihe-ext-medication-unitofpresentation"^^xsd:anyURI ] ;
fhir:value [
a fhir:CodeableConcept ;
( fhir:coding [
fhir:system [ fhir:v "http://standardterms.edqm.eu"^^xsd:anyURI ] ;
fhir:code [ fhir:v "15058000" ] ;
fhir:display [ fhir:v "Tube" ] ] ) ]
] [
fhir:url [ fhir:v "http://profiles.ihe.net/PHARM/MPD/StructureDefinition/ihe-ext-medication-sizeofitem"^^xsd:anyURI ] ;
fhir:value [
a fhir:Quantity ;
fhir:value [ fhir:v "20"^^xsd:decimal ] ;
fhir:unit [ fhir:v "gram" ] ;
fhir:system [ fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "g" ] ]
] ) ; #
fhir:doseForm [
( fhir:coding [
fhir:system [ fhir:v "http://standardterms.edqm.eu"^^xsd:anyURI ] ;
fhir:code [ fhir:v "10901000" ] ;
fhir:display [ fhir:v "Vaginal cream" ] ] )
] ; #
fhir:totalVolume [
fhir:value [ fhir:v "1"^^xsd:decimal ] ;
fhir:unit [ fhir:v "Tube" ] ;
fhir:system [ fhir:v "http://standardterms.edqm.eu"^^xsd:anyURI ] ;
fhir:code [ fhir:v "15058000" ]
] ; #
fhir:ingredient ( [
fhir:item [
fhir:concept [
( fhir:coding [
a sct:387325003 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "387325003" ] ;
fhir:display [ fhir:v "Clotrimazole" ] ] ) ] ] ;
fhir:isActive [ fhir:v true ] ;
fhir:strength [
a fhir:Ratio ;
fhir:numerator [
fhir:value [ fhir:v "10"^^xsd:decimal ] ;
fhir:unit [ fhir:v "milligram" ] ;
fhir:system [ fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "mg" ] ] ;
fhir:denominator [
fhir:value [ fhir:v "1"^^xsd:decimal ] ;
fhir:unit [ fhir:v "gram" ] ;
fhir:system [ fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "g" ] ] ]
] ) . #
IG © 2021+ Integrating the Healthcare Enterprise (IHE). Package ihe.pharm.mpd#0.1.0 based on FHIR 5.0.0. Generated 2025-04-11
Links: Table of Contents |
QA Report
| New Issue | Issues
Version History |
|
Propose a change