@prefix fhir: . @prefix owl: . @prefix rdfs: . @prefix sct: . @prefix xsd: . # - resource ------------------------------------------------------------------- a fhir:Medication ; fhir:nodeRole fhir:treeRoot ; fhir:id [ fhir:v "simvastatin"] ; # Example adapted from International Patient Summary Implementation Guide eumfh-39-07-1 fhir:meta [ fhir:profile ( [ fhir:v "http://hl7.org.au/fhir/core/StructureDefinition/au-core-medication"^^xsd:anyURI ; fhir:link ] ) ] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "

Generated Narrative: Medication

Resource Medication "simvastatin"

Profile: AU Core Medication

code: Simvastatin 40 MG Disintegrating Oral Tablet (RxNorm#757704; WHO ATC#C10AA01 "simvastatin"; SNOMED CT#320000009 "Simvastatin 40 mg oral tablet")

form: Disintegrating Oral Product (RxNorm#1294713; standardterms.edqm.eu#10219000 "Tablet"; SNOMED CT#263011000036100 "orally disintegrating tablet")

Ingredients

-Item[x]Strength
*Simvastatin (RxNorm#36567; SNOMED CT#2588011000036103 "simvastatin")40 mcg (Details: UCUM code mg = 'mg')/1 tablet (Details: UCUM code {tablet} = '{tablet}')
" ] ; # fhir:code [ fhir:coding ( [ fhir:system [ fhir:v "http://www.nlm.nih.gov/research/umls/rxnorm"^^xsd:anyURI ] ; fhir:code [ fhir:v "757704" ] ; fhir:display [ fhir:v "Simvastatin 40 MG Disintegrating Oral Tablet" ] ] [ fhir:system [ fhir:v "http://www.whocc.no/atc"^^xsd:anyURI ] ; fhir:code [ fhir:v "C10AA01" ] ; fhir:display [ fhir:v "simvastatin" ] ] [ a sct:320000009 ; fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ; fhir:code [ fhir:v "320000009" ] ; fhir:display [ fhir:v "Simvastatin 40 mg oral tablet" ] ] ) ; fhir:text [ fhir:v "Simvastatin 40 MG Disintegrating Oral Tablet" ] ] ; # fhir:form [ fhir:coding ( [ fhir:system [ fhir:v "http://www.nlm.nih.gov/research/umls/rxnorm"^^xsd:anyURI ] ; fhir:code [ fhir:v "1294713" ] ; fhir:display [ fhir:v "Disintegrating Oral Product" ] ] [ fhir:system [ fhir:v "http://standardterms.edqm.eu"^^xsd:anyURI ] ; fhir:code [ fhir:v "10219000" ] ; fhir:display [ fhir:v "Tablet" ] ] [ a sct:263011000036100 ; fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ; fhir:code [ fhir:v "263011000036100" ] ; fhir:display [ fhir:v "orally disintegrating tablet" ] ] ) ] ; # fhir:ingredient ( [ fhir:item [ a fhir:CodeableConcept ; fhir:coding ( [ fhir:system [ fhir:v "http://www.nlm.nih.gov/research/umls/rxnorm"^^xsd:anyURI ] ; fhir:code [ fhir:v "36567" ] ; fhir:display [ fhir:v "Simvastatin" ] ] [ a sct:2588011000036103 ; fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ; fhir:code [ fhir:v "2588011000036103" ] ; fhir:display [ fhir:v "simvastatin" ] ] ) ] ; fhir:strength [ fhir:numerator [ fhir:value [ fhir:v "40"^^xsd:decimal ] ; fhir:unit [ fhir:v "mcg" ] ; 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" ] ; fhir:system [ fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ] ; fhir:code [ fhir:v "{tablet}" ] ] ] ] ) . # # -------------------------------------------------------------------------------------