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

FHIR IG analytics

Packagehl7.fhir.au.base
Resource TypeMedication
IdMedication-IngredientStrengthExtension0.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 IngredientStrengthExtension0

code: Tadim

form: Powder

Ingredients

-ExtensionItem[x]
*Colistimethate

Source1

{
  "resourceType": "Medication",
  "id": "IngredientStrengthExtension0",
  "meta": {
    "profile": [
      "http://hl7.org.au/fhir/StructureDefinition/au-medication"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "code": {
    "text": "Tadim"
  },
  "form": {
    "coding": [
      {
        "system": "http://snomed.info/sct",
        "code": "147011000036100"
      }
    ],
    "text": "Powder"
  },
  "ingredient": [
    {
      "extension": [
        {
          "url": "http://hl7.org/fhir/5.0/StructureDefinition/extension-Medication.ingredient.strength[x]",
          "valueCodeableConcept": {
            "text": "1 Million IU"
          }
        }
      ],
      "itemCodeableConcept": {
        "text": "Colistimethate"
      }
    }
  ]
}