FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagefhirfrog.au-core-tests
Resource TypeMedicationStatement
IdMedicationStatement-au-core-medicationstatement-conformant.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

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

Dosages

-Text
*One tablet twice daily for 5 days

Source1

{
  "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"
    }
  ]
}