FHIR IG analytics| Package | ch.fhir.ig.ch-emed |
| Resource Type | Medication |
| Id | Medication-MedicationWithTwoIngredients.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Medication MedicationWithTwoIngredients
code: Exforge 10/160mg
form: Tablette
amount: 28 Stk (Details: SNOMED CT code246205007 = 'Quantity')/1 Package - unit of product usage (qualifier value) (Details: SNOMED CT code1681000175101 = 'Package - unit of product usage')
ingredient
item: Amlodipine (substance)
strength: 10 milligram (Details: UCUM codemg = 'mg')/1 Tablet (unit of presentation) (Details: SNOMED CT code732936001 = 'Tablet (unit of presentation)')
ingredient
item: Valsartan (substance)
strength: 160 milligram (Details: UCUM codemg = 'mg')/1 Tablet (unit of presentation) (Details: SNOMED CT code732936001 = 'Tablet (unit of presentation)')
{
"resourceType": "Medication",
"id": "MedicationWithTwoIngredients",
"meta": {
"profile": [
"http://fhir.ch/ig/ch-emed/StructureDefinition/ch-emed-medication-medicationdispense",
"http://fhir.ch/ig/ch-emed/StructureDefinition/ch-emed-medication"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"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": "Tablette"
},
"amount": {
"numerator": {
"value": 28,
"unit": "Stk",
"system": "http://snomed.info/sct",
"code": "246205007"
},
"denominator": {
"value": 1,
"unit": "Package - unit of product usage (qualifier value)",
"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"
}
}
}
]
}