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

FHIR IG analytics

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

Profile: NG Medication

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

code: Insulin (short-acting) 100 IU/mL

form: Injection Solution

Ingredients

-Item[x]Strength
*Insulin (short-acting)100 IU (Details: UCUM code[iU] = '[iU]')/1 mL (Details: UCUM codemL = 'mL')

Batches

-LotNumberExpirationDate
*INS-100-2025A2027-03-31

Source1

{
  "resourceType": "Medication",
  "id": "NgMedication-003",
  "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": "Insulin (short-acting) 100 IU/mL"
  },
  "form": {
    "text": "Injection Solution"
  },
  "ingredient": [
    {
      "itemCodeableConcept": {
        "text": "Insulin (short-acting)"
      },
      "strength": {
        "numerator": {
          "value": 100,
          "unit": "IU",
          "system": "http://unitsofmeasure.org",
          "code": "[iU]"
        },
        "denominator": {
          "value": 1,
          "unit": "mL",
          "system": "http://unitsofmeasure.org",
          "code": "mL"
        }
      }
    }
  ],
  "batch": {
    "lotNumber": "INS-100-2025A",
    "expirationDate": "2027-03-31"
  }
}