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

FHIR IG analytics

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

Profile: NG Medication

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

code: Paracetamol oral suspension 250 mg/5 mL

form: Oral Suspension

Ingredients

-Item[x]Strength
*Paracetamol (Acetaminophen)250 mg (Details: UCUM codemg = 'mg')/5 mL (Details: UCUM codemL = 'mL')

Batches

-LotNumberExpirationDate
*PCM-25-0912026-06-30

Source1

{
  "resourceType": "Medication",
  "id": "NgMedication-002",
  "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": "Paracetamol oral suspension 250 mg/5 mL"
  },
  "form": {
    "text": "Oral Suspension"
  },
  "ingredient": [
    {
      "itemCodeableConcept": {
        "text": "Paracetamol (Acetaminophen)"
      },
      "strength": {
        "numerator": {
          "value": 250,
          "unit": "mg",
          "system": "http://unitsofmeasure.org",
          "code": "mg"
        },
        "denominator": {
          "value": 5,
          "unit": "mL",
          "system": "http://unitsofmeasure.org",
          "code": "mL"
        }
      }
    }
  ],
  "batch": {
    "lotNumber": "PCM-25-091",
    "expirationDate": "2026-06-30"
  }
}