FHIR IG analytics| Package | il.core.fhir.r4.2023 |
| Resource Type | Medication |
| Id | Medication-paracetamol.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
{
"resourceType": "Medication",
"id": "paracetamol",
"meta": {
"profile": [
"http://fhir.health.gov.il/StructureDefinition/il-core-medication"
]
},
"text": {
"div": "<!-- snip (see above) -->",
"status": "generated"
},
"code": {
"coding": [
{
"code": "020162053400",
"system": "http://israeldrugs.health.gov.il",
"display": "אקמול"
},
{
"code": "N02BE01",
"system": "http://www.whocc.no/atc",
"display": "paracetamol"
}
]
},
"manufacturer": {
"reference": "Organization/organization-ministry-of-health",
"type": "Organization",
"display": "TEVA PHARMACEUTICAL INDUSTRIES LTD, ISRAEL"
},
"form": {
"coding": [
{
"code": "421026006",
"system": "http://snomed.info/sct",
"display": "Oral tablet"
}
]
},
"ingredient": [
{
"itemCodeableConcept": {
"coding": [
{
"code": "N02BE01",
"system": "http://www.whocc.no/atc",
"display": "paracetamol"
}
]
},
"isActive": true,
"strength": {
"numerator": {
"value": 500,
"system": "http://unitsofmeasure.org",
"code": "mg",
"unit": "מיליגרם"
},
"denominator": {
"value": 1,
"system": "http://snomed.info/sct",
"code": "428673006"
}
}
}
]
}