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

FHIR IG analytics

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

Medication Generic Drug Name: Rosuvastatin

Medication Brand Name: Crestor

code: Cresor 20mg tablet, 30 pack

manufacturer: A. Menarini Australia Pty Ltd

form: Tablet

Ingredients

-Item[x]Strength
*Rosuvastatin20 mg/1 unit

Source1

{
  "resourceType": "Medication",
  "id": "UncodedProduct0",
  "meta": {
    "profile": [
      "http://hl7.org.au/fhir/StructureDefinition/au-medication"
    ]
  },
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "url": "http://hl7.org.au/fhir/StructureDefinition/medication-generic-name",
      "valueString": "Rosuvastatin"
    },
    {
      "url": "http://hl7.org.au/fhir/StructureDefinition/medication-brand-name",
      "valueString": "Crestor"
    }
  ],
  "code": {
    "text": "Cresor 20mg tablet, 30 pack"
  },
  "manufacturer": {
    "display": "A. Menarini Australia Pty Ltd"
  },
  "form": {
    "text": "Tablet"
  },
  "ingredient": [
    {
      "itemCodeableConcept": {
        "text": "Rosuvastatin"
      },
      "strength": {
        "numerator": {
          "value": 20,
          "unit": "mg"
        },
        "denominator": {
          "value": 1,
          "unit": "unit"
        }
      }
    }
  ]
}