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

FHIR IG analytics

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

status: Active

medication: Medication Bisoprolol fumarate 2.5 mg tablet

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

dateAsserted: 2019-02-05

Dosages

-Text
*1/2 tablet in the morning

Generated Narrative: Medication #bisoprolol

code: Bisoprolol 2.5mg tab


Source1

{
  "resourceType": "MedicationStatement",
  "id": "active-bisoprolol",
  "meta": {
    "profile": [
      "http://hl7.org.au/fhir/core/StructureDefinition/au-core-medicationstatement"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "contained": [
    {
      "resourceType": "Medication",
      "id": "bisoprolol",
      "code": {
        "coding": [
          {
            "system": "http://snomed.info/sct",
            "code": "23281011000036106",
            "display": "Bisoprolol fumarate 2.5 mg tablet"
          }
        ],
        "text": "Bisoprolol 2.5mg tab"
      }
    }
  ],
  "status": "active",
  "medicationReference": {
    "reference": "#bisoprolol"
  },
  "subject": {
    "reference": "Patient/banks-mia-leanne"
  },
  "dateAsserted": "2019-02-05",
  "dosage": [
    {
      "text": "1/2 tablet in the morning"
    }
  ]
}