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

FHIR IG analytics

Packageil.hdp.fhir.r4
Resource TypeMedication
IdMedication-amoxicillin.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

Amoxicillin 500mg capsule, manufactured by Example Pharma.


Source1

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