This page is part of the CH LAB-Order (R4) (v2.0.0: STU 2) based on FHIR (HL7® FHIR® Standard) R4. This is the current published version. For a full list of available versions, see the Directory of published versions
@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:Medication ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "Aspirin"] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: Medication </b><a name=\"Aspirin\"> </a><a name=\"hcAspirin\"> </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\">ResourceMedication "Aspirin" </p></div><p><b>code</b>: Product containing only aspirin (medicinal product) <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://browser.ihtsdotools.org/\">SNOMED CT</a>#774656009)</span></p><p><b>form</b>: Tablet (basic dose form) <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://browser.ihtsdotools.org/\">SNOMED CT</a>#385055001)</span></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><a name=\"hcsub02\"> </a><blockquote><p/><p><a name=\"sub02\"> </a></p><p><a name=\"hcsub02\"> </a></p><p><b>code</b>: Aspirin (substance) <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://browser.ihtsdotools.org/\">SNOMED CT</a>#387458008)</span></p></blockquote></td><td>250 milligram<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM codemg = 'mg')</span>/1 Tablet (unit of presentation)<span style=\"background: LightGoldenRodYellow\"> (Details: SNOMED CT code732936001 = 'Tablet (unit of presentation)')</span></td></tr></table><hr/><blockquote><p><b>Generated Narrative: Substance #sub02</b><a name=\"sub02\"> </a><a name=\"hcsub02\"> </a></p><p><b>code</b>: Aspirin (substance) <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://browser.ihtsdotools.org/\">SNOMED CT</a>#387458008)</span></p></blockquote></div>"
] ; #
fhir:contained ( [
a fhir:Substance ;
fhir:id [ fhir:v "sub02" ] ;
fhir:code [
( fhir:coding [
a sct:387458008 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "387458008" ] ;
fhir:display [ fhir:v "Aspirin (substance)" ] ] ) ]
] ) ; #
fhir:code [
( fhir:coding [
a sct:774656009 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "774656009" ] ;
fhir:display [ fhir:v "Product containing only aspirin (medicinal product)" ] ] )
] ; #
fhir:form [
( fhir:coding [
a sct:385055001 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "385055001" ] ;
fhir:display [ fhir:v "Tablet (basic dose form)" ] ] )
] ; #
fhir:ingredient ( [
fhir:item [
a fhir:Reference ;
fhir:reference [ fhir:v "#sub02" ] ] ;
fhir:strength [
fhir:numerator [
fhir:value [ fhir:v "250"^^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 "Tablet (unit of presentation)" ] ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "732936001" ] ] ]
] ) . #
IG © 2021+ HL7 Switzerland. Package ch.fhir.ig.ch-lab-order#2.0.0 based on FHIR 4.0.1. Generated 2024-06-18
Links: Table of Contents |
QA Report
| Propose a change