Publication Build: This will be filled in by the publication tooling
Page standards status: Informative |
@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 sct: <http://snomed.info/id/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
# - resource -------------------------------------------------------------------
a fhir:Substance ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "atectura-breezhaler"] ; #
fhir:meta [
( fhir:profile [
fhir:v "http://hl7.org.au/fhir/core/StructureDefinition/au-core-substance"^^xsd:anyURI ;
fhir:link <http://hl7.org.au/fhir/core/StructureDefinition/au-core-substance> ] )
] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: Substance</b><a name=\"atectura-breezhaler\"> </a></p><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\">Resource Substance "atectura-breezhaler" </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-au-core-substance.html\">AU Core Substance</a></p></div><p><b>code</b>: Atectura Breezhaler 125/62.5 <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://browser.ihtsdotools.org/\">SNOMED CT</a>#1500281000168107 "Atectura Breezhaler 125/62.5 powder for inhalation, capsule")</span></p><blockquote><p><b>ingredient</b></p><p><b>quantity</b>: 150 ug<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM code ug = 'ug')</span>/1 capsule<span style=\"background: LightGoldenRodYellow\"> (Details: SNOMED CT code 385049006 = 'Capsule')</span></p><p><b>substance</b>: indacaterol <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://browser.ihtsdotools.org/\">SNOMED CT</a>#927561011000036105)</span></p></blockquote><blockquote><p><b>ingredient</b></p><p><b>quantity</b>: 80 ug<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM code ug = 'ug')</span>/1 capsule<span style=\"background: LightGoldenRodYellow\"> (Details: SNOMED CT code 385049006 = 'Capsule')</span></p><p><b>substance</b>: mometasone furoate <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://browser.ihtsdotools.org/\">SNOMED CT</a>#2357011000036107)</span></p></blockquote></div>"
] ; #
fhir:code [
( fhir:coding [
a sct:1500281000168107 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "1500281000168107" ] ;
fhir:display [ fhir:v "Atectura Breezhaler 125/62.5 powder for inhalation, capsule" ] ] ) ;
fhir:text [ fhir:v "Atectura Breezhaler 125/62.5" ]
] ; #
fhir:ingredient ( [
fhir:quantity [
fhir:numerator [
fhir:value [ fhir:v "150"^^xsd:decimal ] ;
fhir:unit [ fhir:v "ug" ] ;
fhir:system [ fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "ug" ] ] ;
fhir:denominator [
fhir:value [ fhir:v "1"^^xsd:decimal ] ;
fhir:unit [ fhir:v "capsule" ] ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "385049006" ] ] ] ;
fhir:substance [
a fhir:CodeableConcept ;
( fhir:coding [
a sct:927561011000036105 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "927561011000036105" ] ;
fhir:display [ fhir:v "indacaterol" ] ] ) ]
] [
fhir:quantity [
fhir:numerator [
fhir:value [ fhir:v "80"^^xsd:decimal ] ;
fhir:unit [ fhir:v "ug" ] ;
fhir:system [ fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "ug" ] ] ;
fhir:denominator [
fhir:value [ fhir:v "1"^^xsd:decimal ] ;
fhir:unit [ fhir:v "capsule" ] ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "385049006" ] ] ] ;
fhir:substance [
a fhir:CodeableConcept ;
( fhir:coding [
a sct:2357011000036107 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "2357011000036107" ] ;
fhir:display [ fhir:v "mometasone furoate" ] ] ) ]
] ) . #
IG © 2022+ HL7 Australia. Package hl7.fhir.au.core#0.2.1-preview based on FHIR 4.0.1. Generated 2023-08-22
Links: Table of Contents |
QA Report
| Version History |
|
Propose a change