FHIR IG analytics| Package | fhirfrog.au-core-tests |
| Resource Type | MedicationStatement |
| Id | MedicationStatement-au-core-medicationstatement-conformant.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: MedicationStatement au-core-medicationstatement-conformant
status: Active
medication: Bactrim DS - tablet
subject: Patient/patient-fixture
effective: 2024-06-01
dateAsserted: 2024-06-01 09:00:00+1000
reasonCode: Urinary tract infection
reasonReference: Condition/medicationstatement-reason-fixture
| Text |
| One tablet twice daily for 5 days |
{
"resourceType": "MedicationStatement",
"id": "au-core-medicationstatement-conformant",
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"status": "active",
"medicationCodeableConcept": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "6632011000036102",
"display": "Bactrim DS tablet"
},
{
"system": "http://pbs.gov.au/code/item",
"code": "2951H"
}
],
"text": "Bactrim DS - tablet"
},
"subject": {
"reference": "Patient/patient-fixture"
},
"effectiveDateTime": "2024-06-01",
"dateAsserted": "2024-06-01T09:00:00+10:00",
"reasonCode": [
{
"coding": [
{
"system": "http://snomed.info/sct",
"code": "68566005",
"display": "Urinary tract infectious disease"
}
],
"text": "Urinary tract infection"
}
],
"reasonReference": [
{
"reference": "Condition/medicationstatement-reason-fixture"
}
],
"dosage": [
{
"text": "One tablet twice daily for 5 days"
}
]
}