FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packageil.core.fhir.r4.2023
Resource TypeMedication
IdMedication-paracetamol.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

500mg paracetamol, manufactured by TEVA pharma.

Source1

{
  "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"
        }
      }
    }
  ]
}