HL7 PT FHIR Implementation Guide: Example IG Release 1 | STU1, published by HL7 Portugal. 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-pt/resp-ig/ and changes regularly. See the Directory of published versions
: Medication_ID_example - 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:Medication ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "Medication_ID_example"] ; #
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: Medication Medication_ID_example</b></p><a name=\"Medication_ID_example\"> </a><a name=\"hcMedication_ID_example\"> </a><a name=\"Medication_ID_example-en-US\"> </a><p><b>code</b>: <span title=\"Codes:{http://codesystem.inspirers.med.up.pt FluticasonePropionate_inhalernnn}, {http://www.whocc.no/atc R03BA05}\">Fluticasone Propionate inhaler nnn</span></p><p><b>status</b>: Active</p><p><b>form</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v3-orderableDrugForm BAINHLPWD}\">Breath Activated Powder Inhaler</span></p><p><b>amount</b>: 60/1</p><h3>Ingredients</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Item[x]</b></td><td><b>Strength</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes:{http://codesystem.inspirers.med.up.pt Fluticasona}, {http://codesystem.inspirers.med.up.pt ICS}\">Fluticasona</span></td><td>100 ug<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM codeug = 'ug')</span>/1</td></tr></table></div>"
] ; #
fhir:code [
( fhir:coding [
fhir:system [ fhir:v "http://codesystem.inspirers.med.up.pt"^^xsd:anyURI ] ;
fhir:code [ fhir:v "FluticasonePropionate_inhalernnn" ] ;
fhir:display [ fhir:v "Fluticasone Propionate inhaler nnn" ] ] [
fhir:system [ fhir:v "http://www.whocc.no/atc"^^xsd:anyURI ] ;
fhir:code [ fhir:v "R03BA05" ] ] )
] ; #
fhir:status [ fhir:v "active"] ; #
fhir:form [
( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v3-orderableDrugForm"^^xsd:anyURI ] ;
fhir:code [ fhir:v "BAINHLPWD" ] ] )
] ; #
fhir:amount [
fhir:numerator [
fhir:value [ fhir:v "60"^^xsd:decimal ] ] ;
fhir:denominator [
fhir:value [ fhir:v "1"^^xsd:decimal ] ]
] ; #
fhir:ingredient ( [
fhir:item [
a fhir:CodeableConcept ;
( fhir:coding [
fhir:system [ fhir:v "http://codesystem.inspirers.med.up.pt"^^xsd:anyURI ] ;
fhir:code [ fhir:v "Fluticasona" ] ] [
fhir:system [ fhir:v "http://codesystem.inspirers.med.up.pt"^^xsd:anyURI ] ;
fhir:code [ fhir:v "ICS" ] ] ) ] ;
fhir:strength [
fhir:numerator [
fhir:value [ fhir:v "100"^^xsd:decimal ] ;
fhir:system [ fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "ug" ] ] ;
fhir:denominator [
fhir:value [ fhir:v "1"^^xsd:decimal ] ] ]
] ) . #