: Medication Example with brand, strength and pack size - JSON Representation
Raw json | Download
{
"resourceType" : "Medication",
"id" : "9df613d3-4c77-4f54-9208-19493a2bd3a4",
"meta" : {
"profile" : [
🔗 "https://fhir.medirecords.com/StructureDefinition/mr-medication"
]
},
"text" : {
"status" : "extensions",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: Medication</b><a name=\"9df613d3-4c77-4f54-9208-19493a2bd3a4\"> </a></p><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\">Resource Medication "9df613d3-4c77-4f54-9208-19493a2bd3a4" </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-mr-medication.html\">MR Medication</a></p></div><p><b>Medication Strength</b>: 500mg</p><p><b>Medication Brand Name</b>: Paracetamol</p><p><b>MediRecords Medication Pack Size</b>: 6x10</p><p><b>code</b>: Paracetamol 500mg (100) <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://hl7.org.au/fhir/4.0.0/CodeSystem-pbs-item-external.html\">PBS Item Codes</a>#10585D; <a href=\"http://terminology.hl7.org/6.0.2/CodeSystem-v3-WC.html\">WHO ATC</a>#N02BE01)</span></p><p><b>form</b>: Tablet <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> ()</span></p></div>"
},
"extension" : [
{
"url" : "http://hl7.org.au/fhir/StructureDefinition/medication-strength",
"valueString" : "500mg"
},
{
"url" : "http://hl7.org.au/fhir/StructureDefinition/medication-brand-name",
"valueString" : "Paracetamol"
},
{
"url" : "https://fhir.medirecords.com/StructureDefinition/mr-medication-pack-size",
"valueString" : "6x10"
}
],
"code" : {
"coding" : [
{
"system" : "http://pbs.gov.au/code/item",
"code" : "10585D"
},
{
"system" : "http://www.whocc.no/atc",
"code" : "N02BE01"
}
],
"text" : "Paracetamol 500mg (100)"
},
"form" : {
"text" : "Tablet"
}
}