FHIR IG analytics| Package | hl7.fhir.au.base |
| Resource Type | MedicationStatement |
| Id | MedicationStatement-example2.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: MedicationStatement example2
Profile: AU Base MedicationStatement
status: Completed
medication: Diflucan 200 mg/100 mL injection, 100 mL vial
subject: Franklin
effective: 2018-06-25 --> 2018-07-05
dateAsserted: 2018-07-10
informationSource: Doctor Mayo
dosage
timing: Duration 30days , Once per 1-10 day
route: Intravenous route
DoseAndRates
Dose[x] 200 mg (Details: UCUM codemg = 'mg')
{
"resourceType": "MedicationStatement",
"id": "example2",
"meta": {
"profile": [
"http://hl7.org.au/fhir/StructureDefinition/au-medicationstatement"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"status": "completed",
"medicationCodeableConcept": {
"coding": [
{
"extension": [
{
"url": "http://hl7.org.au/fhir/StructureDefinition/medication-type",
"valueCoding": {
"system": "http://terminology.hl7.org.au/CodeSystem/medication-type",
"code": "BPDSF",
"display": "Branded product with strengths and form"
}
}
],
"system": "http://snomed.info/sct",
"code": "5232011000036102",
"display": "Diflucan 200 mg/100 mL injection, 100 mL vial"
}
]
},
"subject": {
"reference": "Patient/example0",
"display": "Franklin"
},
"effectivePeriod": {
"start": "2018-06-25",
"end": "2018-07-05"
},
"dateAsserted": "2018-07-10",
"informationSource": {
"reference": "Practitioner/example0",
"display": "Doctor Mayo"
},
"dosage": [
{
"timing": {
"repeat": {
"duration": 30,
"durationUnit": "min",
"frequency": 1,
"period": 1,
"periodMax": 10,
"periodUnit": "d",
"timeOfDay": [
"10:00:00"
]
}
},
"route": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "47625008",
"display": "Intravenous route"
}
]
},
"doseAndRate": [
{
"doseQuantity": {
"value": 200,
"unit": "mg",
"system": "http://unitsofmeasure.org",
"code": "mg"
}
}
]
}
]
}