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
: Clinical Use - Warning - 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:ClinicalUseDefinition ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "ac21a804-cafa-41ff-b644-a14c8003edeb"] ; #
fhir:meta [
( fhir:profile [
fhir:v "http://hl7.org/fhir/uv/emedicinal-product-info/StructureDefinition/ClinicalUseDefinition-warning-uv-epi"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/uv/emedicinal-product-info/StructureDefinition/ClinicalUseDefinition-warning-uv-epi> ] )
] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ClinicalUseDefinition ac21a804-cafa-41ff-b644-a14c8003edeb</b></p><a name=\"ac21a804-cafa-41ff-b644-a14c8003edeb\"> </a><a name=\"hcac21a804-cafa-41ff-b644-a14c8003edeb\"> </a><a name=\"ac21a804-cafa-41ff-b644-a14c8003edeb-en-US\"> </a><p><b>identifier</b>: <code>http://example.org/sid</code>/warning-example-1</p><p><b>type</b>: Warning</p><p><b>subject</b>: <a href=\"MedicinalProductDefinition-800a51a2-d81d-49a4-a4eb-f2417d301837.html\">MedicinalProductDefinition: identifier = http://example.org/sid/product#medicinalproduct75; type = Medicinal Product; domain = Human use; status = Active; statusDate = 2018-06-23 08:38:00+0200; legalStatusOfSupply = Medicinal product subject to medical prescription</a></p><h3>Warnings</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Description</b></td></tr><tr><td style=\"display: none\">*</td><td><div><p>Symptomatic hypotension, especially after the first dose, may occur in patients.</p>\n</div></td></tr></table></div>"
] ; #
fhir:identifier ( [
fhir:system [ fhir:v "http://example.org/sid"^^xsd:anyURI ] ;
fhir:value [ fhir:v "warning-example-1" ]
] ) ; #
fhir:type [ fhir:v "warning"] ; #
fhir:subject ( [
fhir:reference [ fhir:v "MedicinalProductDefinition/800a51a2-d81d-49a4-a4eb-f2417d301837" ]
] ) ; #
fhir:warning [
fhir:description [ fhir:v "Symptomatic hypotension, especially after the first dose, may occur in patients." ]
] . #