FHIR IG analytics| Package | myhealth.eu.fhir.core |
| Resource Type | Medication |
| Id | Medication-d4e5f6a7-b8c9-0123-defa-234567890123.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
{
"resourceType": "Medication",
"id": "d4e5f6a7-b8c9-0123-defa-234567890123",
"meta": {
"profile": [
"http://fhir.ehdsi.eu/core/StructureDefinition/medication-myhealtheu-core"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"code": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "372567009",
"display": "Metformin"
}
]
},
"form": {
"coding": [
{
"system": "http://standardterms.edqm.eu",
"code": "10219000",
"display": "Tablet"
}
]
},
"ingredient": [
{
"itemCodeableConcept": {
"coding": [
{
"system": "https://spor.ema.europa.eu/v2/SubstanceDefinition",
"code": "100000085448",
"display": "Metformin"
}
]
},
"strength": {
"numerator": {
"value": 500,
"unit": "mcg",
"system": "http://unitsofmeasure.org",
"code": "mg"
},
"denominator": {
"value": 1,
"unit": "tablet",
"system": "http://unitsofmeasure.org",
"code": "1"
}
}
}
]
}