CH EMED EPR
1.0.0 - trial-use
This page is part of the FHIR eMedication exchange formats for the implementation effort of CARA within its EPR community (v1.0.0: STU1) 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
{
"resourceType" : "Medication",
"id" : "MedicationWithTwoIngredients",
"meta" : {
"profile" : [
🔗 "http://fhir.ch/ig/ch-emed-epr/StructureDefinition/ch-emed-epr-medication"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: Medication</b><a name=\"MedicationWithTwoIngredients\"> </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 Medication "MedicationWithTwoIngredients" </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-ch-emed-epr-medication.html\">CH EMED EPR Medication</a></p></div><p><b>code</b>: Exforge 10/160mg <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (unknown#7680577710149)</span></p><p><b>form</b>: Tablet <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://fhir.ch/ig/ch-emed/4.0.1/CodeSystem-edqm-standardterms.html\">EDQM - Standard Terms</a>#10219000)</span></p><p><b>amount</b>: 28 Piece<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM code {Piece} = '{Piece}')</span>/1 Package<span style=\"background: LightGoldenRodYellow\"> (Details: SNOMED CT code 1681000175101 = 'Package - unit of product usage')</span></p><blockquote><p><b>ingredient</b></p><p><b>item</b>: Amlodipine (substance) <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://browser.ihtsdotools.org/\">SNOMED CT</a>#386864001)</span></p><p><b>strength</b>: 10 milligram<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM code mg = 'mg')</span>/1 Tablet (unit of presentation)<span style=\"background: LightGoldenRodYellow\"> (Details: SNOMED CT code 732936001 = 'Tablet (unit of presentation)')</span></p></blockquote><blockquote><p><b>ingredient</b></p><p><b>item</b>: Valsartan (substance) <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://browser.ihtsdotools.org/\">SNOMED CT</a>#386876001)</span></p><p><b>strength</b>: 160 milligram<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM code mg = 'mg')</span>/1 Tablet (unit of presentation)<span style=\"background: LightGoldenRodYellow\"> (Details: SNOMED CT code 732936001 = 'Tablet (unit of presentation)')</span></p></blockquote></div>"
},
"code" : {
"coding" : [
{
"system" : "urn:oid:2.51.1.1",
"code" : "7680577710149",
"display" : "Exforge 10/160mg"
}
],
"text" : "Exforge 10/160mg"
},
"form" : {
"coding" : [
{
"system" : "urn:oid:0.4.0.127.0.16.1.1.2.1",
"code" : "10219000",
"display" : "Tablet"
}
],
"text" : "Tablet"
},
"amount" : {
"numerator" : {
"value" : 28,
"unit" : "Piece",
"system" : "http://unitsofmeasure.org",
"code" : "{Piece}"
},
"denominator" : {
"value" : 1,
"unit" : "Package",
"system" : "http://snomed.info/sct",
"code" : "1681000175101"
}
},
"ingredient" : [
{
"itemCodeableConcept" : {
"coding" : [
{
"system" : "http://snomed.info/sct",
"code" : "386864001",
"display" : "Amlodipine (substance)"
}
],
"text" : "Amlodipine (substance)"
},
"strength" : {
"numerator" : {
"value" : 10,
"unit" : "milligram",
"system" : "http://unitsofmeasure.org",
"code" : "mg"
},
"denominator" : {
"value" : 1,
"unit" : "Tablet (unit of presentation)",
"system" : "http://snomed.info/sct",
"code" : "732936001"
}
}
},
{
"itemCodeableConcept" : {
"coding" : [
{
"system" : "http://snomed.info/sct",
"code" : "386876001",
"display" : "Valsartan (substance)"
}
],
"text" : "Valsartan (substance)"
},
"strength" : {
"numerator" : {
"value" : 160,
"unit" : "milligram",
"system" : "http://unitsofmeasure.org",
"code" : "mg"
},
"denominator" : {
"value" : 1,
"unit" : "Tablet (unit of presentation)",
"system" : "http://snomed.info/sct",
"code" : "732936001"
}
}
}
]
}