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

FHIR IG analytics

Packageorg.dhin-hie.sandbox
Resource TypeMedication
IdMedication-NgMedication-001.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

Generated Narrative: Medication NgMedication-001

Profile: NG Medication

identifier: https://sandbox.dhin-hie.org/ig/CodeSystem/ng-vaccine-local/IMMZ.Z.DE5

code: Amoxicillin 500 mg capsule

form: Capsule

Ingredients

-Item[x]Strength
*Amoxicillin500 mg (Details: UCUM codemg = 'mg')/1 1 (Details: UCUM code1 = '1')

Batches

-LotNumberExpirationDate
*AMX-2025-0012027-12-31

Source1

{
  "resourceType": "Medication",
  "id": "NgMedication-001",
  "meta": {
    "profile": [
      "https://sandbox.dhin-hie.org/ig/StructureDefinition/ng-medication"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "system": "https://sandbox.dhin-hie.org/ig/CodeSystem/ng-vaccine-local",
      "value": "IMMZ.Z.DE5"
    }
  ],
  "code": {
    "text": "Amoxicillin 500 mg capsule"
  },
  "form": {
    "text": "Capsule"
  },
  "ingredient": [
    {
      "itemCodeableConcept": {
        "text": "Amoxicillin"
      },
      "strength": {
        "numerator": {
          "value": 500,
          "unit": "mg",
          "system": "http://unitsofmeasure.org",
          "code": "mg"
        },
        "denominator": {
          "value": 1,
          "unit": "1",
          "system": "http://unitsofmeasure.org",
          "code": "1"
        }
      }
    }
  ],
  "batch": {
    "lotNumber": "AMX-2025-001",
    "expirationDate": "2027-12-31"
  }
}