FHIR IG analytics| Package | hl7.fhir.au.base |
| Resource Type | MedicationStatement |
| Id | MedicationStatement-example0.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: MedicationStatement example0
Profile: AU Base MedicationStatement
status: Active
medication: Roferon-A 9 million units (33.333 microgram)/0.5 mL injection, 0.5 mL syringe
subject: Franklin
effective: 2018-06-25 --> (ongoing)
dateAsserted: 2018-07-25
informationSource: Doctor Mayo
| Timing |
| 3 per 1 week |
{
"resourceType": "MedicationStatement",
"id": "example0",
"meta": {
"profile": [
"http://hl7.org.au/fhir/StructureDefinition/au-medicationstatement"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"status": "active",
"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": "6166011000036106",
"display": "Roferon-A 9 million units (33.333 microgram)/0.5 mL injection, 0.5 mL syringe"
}
]
},
"subject": {
"reference": "Patient/example0",
"display": "Franklin"
},
"effectivePeriod": {
"start": "2018-06-25"
},
"dateAsserted": "2018-07-25",
"informationSource": {
"reference": "Practitioner/example0",
"display": "Doctor Mayo"
},
"dosage": [
{
"timing": {
"repeat": {
"frequency": 3,
"period": 1,
"periodUnit": "wk",
"dayOfWeek": [
"mon",
"wed",
"sat"
]
}
}
}
]
}