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

FHIR IG analytics

Packagehl7.fhir.au.core
Resource TypeMedicationStatement
IdMedicationStatement-completed-bactrim.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 completed-bactrim

status: Completed

medication: Bactrim DS - tablet

subject: Mia Leanne Banks Female, DoB: 1983-08-25 ( IHI: Austalian Healthcare Identifier - Individual#8003608333647261)

dateAsserted: 2020-05-30 10:00:00+1000

reasonReference: Condition Urinary tract infection


Source1

{
  "resourceType": "MedicationStatement",
  "id": "completed-bactrim",
  "meta": {
    "profile": [
      "http://hl7.org.au/fhir/core/StructureDefinition/au-core-medicationstatement"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "status": "completed",
  "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/banks-mia-leanne"
  },
  "dateAsserted": "2020-05-30T10:00:00+10:00",
  "reasonReference": [
    {
      "reference": "Condition/uti"
    }
  ]
}