FHIR IG analytics| Package | il.hdp.fhir.r4 |
| Resource Type | Medication |
| Id | Medication-amoxicillin.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Amoxicillin 500mg capsule, manufactured by Example Pharma.
{
"resourceType": "Medication",
"id": "amoxicillin",
"meta": {
"security": [
{
"system": "http://fhir.health.gov.il/cs/il-hdp-information-buckets",
"code": "medications",
"display": "תרופות"
}
],
"profile": [
"http://hdp.fhir.health.gov.il/StructureDefinition/il-hdp-medication"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"identifier": [
{
"system": "http://hospital.hospitalia.org/medications",
"value": "MED-2025-0001",
"assigner": {
"reference": "Organization/example"
}
}
],
"code": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "374646004",
"display": "Product containing precisely amoxicillin 500 milligram/1 each conventional release oral tablet (clinical drug)"
}
]
},
"form": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "420692007",
"display": "Oral capsule"
}
]
},
"ingredient": [
{
"strength": {
"numerator": {
"value": 500,
"unit": "mg",
"system": "http://unitsofmeasure.org",
"code": "mg"
},
"denominator": {
"value": 1,
"unit": "capsule",
"system": "http://unitsofmeasure.org",
"code": "1"
}
},
"itemReference": {
"reference": "Substance/example"
}
}
],
"status": "active",
"manufacturer": {
"reference": "Organization/example"
}
}