FHIR IG analytics| Package | au.gov.digitalhealth.fhir.cc |
| Resource Type | Medication |
| Id | Medication-medication-cda-extensions-example.json |
| FHIR Version | R4 |
No resources found
No resources found
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
{
"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"
}
}