FHIR IG analytics| Package | hl7.fhir.au.base |
| Resource Type | Medication |
| Id | Medication-TwoActiveIngredientsProduct0.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
perindopril arginine 10 mg + amLODIPIne 10 mg – tablet
{
"resourceType": "Medication",
"id": "TwoActiveIngredientsProduct0",
"meta": {
"profile": [
"http://hl7.org.au/fhir/StructureDefinition/au-medication"
]
},
"text": {
"status": "extensions",
"div": "<!-- snip (see above) -->"
},
"form": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "385055001",
"display": "Tablet"
}
]
},
"amount": {
"numerator": {
"value": 10,
"unit": "mg"
},
"denominator": {
"value": 1,
"unit": "unit"
}
},
"ingredient": [
{
"itemCodeableConcept": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "2460011000036108",
"display": "perindopril arginine"
}
]
},
"isActive": true,
"strength": {
"numerator": {
"value": 10,
"unit": "mg"
},
"denominator": {
"value": 1,
"unit": "unit"
}
}
},
{
"itemCodeableConcept": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "1792011000036100",
"display": "amlodipine"
}
]
},
"isActive": true
}
]
}