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

FHIR IG analytics

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

Medication Generic Drug Name: Paracetamol, Codeine Phosphate

Medication Strength: 500mg;8mg

code: Panadeine (24)

form: Caplet


Source1

{
  "resourceType": "Medication",
  "id": "StrengthExtension0",
  "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": "Paracetamol, Codeine Phosphate"
    },
    {
      "url": "http://hl7.org.au/fhir/StructureDefinition/medication-strength",
      "valueString": "500mg;8mg"
    }
  ],
  "code": {
    "coding": [
      {
        "system": "http://snomed.info/sct",
        "code": "56502011000036107"
      },
      {
        "system": "http://snomed.info/sct",
        "code": "63851011000036100"
      }
    ],
    "text": "Panadeine (24)"
  },
  "form": {
    "text": "Caplet"
  }
}