Publish-box (todo)
Example Medication/med0323 (Turtle)
Raw Turtle (+ also see Turtle/RDF Format Specification)
Compounded Preparation - Hand Sanitizer - includes qs Ingredient strength
@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 "med0323"] ; #
fhir:contained ( [
a fhir:Substance ;
fhir:id [ fhir:v "sub10" ] ;
fhir:instance [ fhir:v "false"^^xsd:boolean ] ;
fhir:code [
fhir:concept [
fhir:coding ( [
a sct:419442005 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "419442005" ] ;
fhir:display [ fhir:v "Ethanol (substance)" ]
] )
]
]
] [
a fhir:Substance ;
fhir:id [ fhir:v "sub11" ] ;
fhir:instance [ fhir:v "false"^^xsd:boolean ] ;
fhir:code [
fhir:concept [
fhir:coding ( [
a sct:387171003 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "387171003" ] ;
fhir:display [ fhir:v "Hydrogen peroxide (substance)" ]
] )
]
]
] [
a fhir:Substance ;
fhir:id [ fhir:v "sub12" ] ;
fhir:instance [ fhir:v "false"^^xsd:boolean ] ;
fhir:code [
fhir:concept [
fhir:coding ( [
a sct:80582002 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "80582002" ] ;
fhir:display [ fhir:v "Glycerol (substance)" ]
] )
]
]
] [
a fhir:Substance ;
fhir:id [ fhir:v "sub13" ] ;
fhir:instance [ fhir:v "false"^^xsd:boolean ] ;
fhir:code [
fhir:concept [
fhir:coding ( [
a sct:444883009 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "444883009" ] ;
fhir:display [ fhir:v "Distilled Water (substance)" ]
] )
]
]
] ) ; #
fhir:code [
fhir:text [ fhir:v "WHO Hand Sanitizer Formulation 1% - 10L" ]
] ; #
fhir:doseForm [
fhir:coding ( [
a sct:739006009 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "739006009" ] ;
fhir:display [ fhir:v "Solution (basic dose form)" ]
] )
] ; #
fhir:ingredient ( [
fhir:item [
fhir:reference [
fhir:reference [ fhir:v "#sub10" ]
]
] ;
fhir:strength [
a fhir:Quantity ;
fhir:value [ fhir:v "8333"^^xsd:decimal ] ;
fhir:system [ fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "mL" ]
]
] [
fhir:item [
fhir:reference [
fhir:reference [ fhir:v "#sub11" ]
]
] ;
fhir:strength [
a fhir:Quantity ;
fhir:value [ fhir:v "417"^^xsd:decimal ] ;
fhir:system [ fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "mL" ]
]
] [
fhir:item [
fhir:reference [
fhir:reference [ fhir:v "#sub12" ]
]
] ;
fhir:strength [
a fhir:Quantity ;
fhir:value [ fhir:v "145"^^xsd:decimal ] ;
fhir:system [ fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "mL" ]
]
] [
fhir:item [
fhir:reference [
fhir:reference [ fhir:v "#sub13" ]
]
] ;
fhir:strength [
a fhir:CodeableConcept ;
fhir:coding ( [
fhir:system [ fhir:v "http://hl7.org/fhir/CodeSystem/medication-ingredientstrength"^^xsd:anyURI ] ;
fhir:code [ fhir:v "qs" ] ;
fhir:display [ fhir:v "QS" ]
] )
]
] )] . #
# -------------------------------------------------------------------------------------
Usage note: every effort has been made to ensure that the
examples are correct and useful, but they are not a normative part
of the specification.