Global Core Electronic Medicinal Product Information (ePI), published by HL7 International / Biomedical Research and Regulation. This guide is not an authorized publication; it is the continuous build for version 1.1.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
| Page standards status: Informative |
@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 -------------------------------------------------------------------
<http://hl7.org/fhir/MedicationKnowledge/medication-knowledge-epi-type3-example> a fhir:MedicationKnowledge ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "medication-knowledge-epi-type3-example"] ; #
fhir:meta [
fhir:profile ( [
fhir:v "http://hl7.org/fhir/uv/emedicinal-product-info/StructureDefinition/MedicationKnowledge-uv-epi"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/uv/emedicinal-product-info/StructureDefinition/MedicationKnowledge-uv-epi>
] )
] ; #
fhir:language [ fhir:v "en"] ; #
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: MedicationKnowledge medication-knowledge-epi-type3-example</b></p><a name=\"medication-knowledge-epi-type3-example\"> </a><a name=\"hcmedication-knowledge-epi-type3-example\"> </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-MedicationKnowledge-uv-epi.html\">MedicationKnowledge (ePI)</a></p></div><p><b>identifier</b>: <code>http://example.org/identifier</code>/medication-knowledge-epi-type3-example</p><p><b>status</b>: Active</p><blockquote><p><b>indicationGuideline</b></p><h3>Indications</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Reference</b></td></tr><tr><td style=\"display: none\">*</td><td><a href=\"ClinicalUseDefinition-cud-indication-1.html\">ClinicalUseDefinition: identifier = http://example.org/identifier#cud-indication-1; type = indication; category = Indication; status = Active</a></td></tr><tr><td style=\"display: none\">*</td><td><a href=\"ClinicalUseDefinition-cud-indication-2.html\">ClinicalUseDefinition: identifier = http://example.org/identifier#cud-indication-2; type = indication; category = Indication; status = Active</a></td></tr></table><blockquote><p><b>dosingGuideline</b></p><p><b>treatmentIntent</b>: <span title=\"Codes:{http://snomed.info/sct 384812002}\">Pain relief</span></p><blockquote><p><b>dosage</b></p><p><b>type</b>: <span title=\"Codes:\">Initial Treatment (Week 1)</span></p><blockquote><p><b>dosage</b></p><p><b>sequence</b>: 1</p><p><b>text</b>: Take 1 tablet twice daily for the first week</p><p><b>timing</b>: 2 per 1 day</p><h3>DoseAndRates</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Type</b></td><td><b>Dose[x]</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes:{http://terminology.hl7.org/CodeSystem/dose-rate-type ordered}\">Ordered</span></td><td>1 tablet<span style=\"background: LightGoldenRodYellow\"> (Details: standardterms.edqm.eu code10219000 = 'Tablet')</span></td></tr></table></blockquote></blockquote><blockquote><p><b>dosage</b></p><p><b>type</b>: <span title=\"Codes:\">Maintenance Treatment (Weeks 2-4)</span></p><blockquote><p><b>dosage</b></p><p><b>sequence</b>: 2</p><p><b>text</b>: Take 1 tablet once daily for three more weeks</p><p><b>timing</b>: Once per 1 day</p><h3>DoseAndRates</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Type</b></td><td><b>Dose[x]</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes:{http://terminology.hl7.org/CodeSystem/dose-rate-type ordered}\">Ordered</span></td><td>1 tablet<span style=\"background: LightGoldenRodYellow\"> (Details: standardterms.edqm.eu code10219000 = 'Tablet')</span></td></tr></table></blockquote></blockquote></blockquote></blockquote></div>"^^rdf:XMLLiteral ]
] ; #
fhir:identifier ( [
fhir:system [ fhir:v "http://example.org/identifier"^^xsd:anyURI ] ;
fhir:value [ fhir:v "medication-knowledge-epi-type3-example" ]
] ) ; #
fhir:status [ fhir:v "active"] ; #
fhir:indicationGuideline ( [
fhir:indication ( [
fhir:reference [
fhir:link <http://hl7.org/fhir/ClinicalUseDefinition/cud-indication-1> ;
fhir:reference [ fhir:v "ClinicalUseDefinition/cud-indication-1" ]
]
] [
fhir:reference [
fhir:link <http://hl7.org/fhir/ClinicalUseDefinition/cud-indication-2> ;
fhir:reference [ fhir:v "ClinicalUseDefinition/cud-indication-2" ]
]
] ) ;
fhir:dosingGuideline ( [
fhir:treatmentIntent [
fhir:coding ( [
a sct:384812002 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "384812002" ] ;
fhir:display [ fhir:v "To relieve pain" ]
] ) ;
fhir:text [ fhir:v "Pain relief" ]
] ;
fhir:dosage ( [
fhir:type [
fhir:text [ fhir:v "Initial Treatment (Week 1)" ]
] ;
fhir:dosage ( [
fhir:sequence [ fhir:v 1 ] ;
fhir:text [ fhir:v "Take 1 tablet twice daily for the first week" ] ;
fhir:timing [
fhir:repeat [
fhir:bounds [
a fhir:Duration ;
fhir:value [ fhir:v "7"^^xsd:decimal ] ;
fhir:unit [ fhir:v "days" ] ;
fhir:system [ fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "d" ]
] ;
fhir:frequency [ fhir:v "2"^^xsd:positiveInteger ] ;
fhir:period [ fhir:v "1"^^xsd:decimal ] ;
fhir:periodUnit [ fhir:v "d" ]
]
] ;
fhir:doseAndRate ( [
fhir:type [
fhir:coding ( [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/dose-rate-type"^^xsd:anyURI ] ;
fhir:code [ fhir:v "ordered" ] ;
fhir:display [ fhir:v "Ordered" ]
] )
] ;
fhir:dose [
a fhir:Quantity ;
fhir:value [ fhir:v "1"^^xsd:decimal ] ;
fhir:unit [ fhir:v "tablet" ] ;
fhir:system [ fhir:v "http://standardterms.edqm.eu"^^xsd:anyURI ] ;
fhir:code [ fhir:v "10219000" ]
]
] )
] )
] [
fhir:type [
fhir:text [ fhir:v "Maintenance Treatment (Weeks 2-4)" ]
] ;
fhir:dosage ( [
fhir:sequence [ fhir:v 2 ] ;
fhir:text [ fhir:v "Take 1 tablet once daily for three more weeks" ] ;
fhir:timing [
fhir:repeat [
fhir:bounds [
a fhir:Duration ;
fhir:value [ fhir:v "21"^^xsd:decimal ] ;
fhir:unit [ fhir:v "days" ] ;
fhir:system [ fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "d" ]
] ;
fhir:frequency [ fhir:v "1"^^xsd:positiveInteger ] ;
fhir:period [ fhir:v "1"^^xsd:decimal ] ;
fhir:periodUnit [ fhir:v "d" ]
]
] ;
fhir:doseAndRate ( [
fhir:type [
fhir:coding ( [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/dose-rate-type"^^xsd:anyURI ] ;
fhir:code [ fhir:v "ordered" ] ;
fhir:display [ fhir:v "Ordered" ]
] )
] ;
fhir:dose [
a fhir:Quantity ;
fhir:value [ fhir:v "1"^^xsd:decimal ] ;
fhir:unit [ fhir:v "tablet" ] ;
fhir:system [ fhir:v "http://standardterms.edqm.eu"^^xsd:anyURI ] ;
fhir:code [ fhir:v "10219000" ]
]
] )
] )
] )
] )
] ) . #
<http://hl7.org/fhir/ClinicalUseDefinition/cud-indication-1> a fhir:ClinicalUseDefinition .
<http://hl7.org/fhir/ClinicalUseDefinition/cud-indication-2> a fhir:ClinicalUseDefinition .
IG © 2022+ HL7 International / Biomedical Research and Regulation.
Package hl7.fhir.uv.emedicinal-product-info#1.1.0 based on FHIR 5.0.0.
Generated
2026-07-01
Links: Table of Contents |
QA Report
| Version History |
|
Propose a change
