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

FHIR IG analytics

Packageau.gov.digitalhealth.fhir.cc
Resource TypeMedication
IdMedication-medication-cda-extensions-example.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 medication-cda-extensions-example

Medication Formula String: Atorvastatin 20 mg tablet, commercial pack of 30

Medication Additional Therapeutic Good Detail String: White, oval, film-coated tablet supplied as a commercial pack of 30 tablets

code: Lipitor 20 mg tablet, 30

form: Tablet


Source1

{
  "resourceType": "Medication",
  "id": "medication-cda-extensions-example",
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "url": "http://digitalhealth.gov.au/fhir/cc/StructureDefinition/medication-formula-string",
      "valueString": "Atorvastatin 20 mg tablet, commercial pack of 30"
    },
    {
      "url": "http://digitalhealth.gov.au/fhir/cc/StructureDefinition/medication-additional-therapeutic-good-detail-string",
      "valueString": "White, oval, film-coated tablet supplied as a commercial pack of 30 tablets"
    }
  ],
  "code": {
    "coding": [
      {
        "system": "http://snomed.info/sct",
        "code": "27437011000036101",
        "display": "Atorvastatin 20 mg tablet, 30"
      },
      {
        "system": "http://pbs.gov.au/code/item",
        "code": "8214H",
        "display": "LIPITOR atorvastatin 20 mg tablet, 30"
      }
    ],
    "text": "Lipitor 20 mg tablet, 30"
  },
  "form": {
    "text": "Tablet"
  }
}