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

FHIR IG analytics

Packagehl7.fhir.au.core
Resource TypeMedicationStatement
IdMedicationStatement-previous-use-diflucan.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 previous-use-diflucan

status: Completed

medication: Diflucan 200 mg/100 mL injection, 100 mL vial

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

effective: 2018-06-25 --> 2018-07-05

dateAsserted: 2018-07-10

dosage

text: Every 1-10 days at 10am for 30 minutes

timing: Duration 30days , Once per 1-10 day

route: Intravenous route

DoseAndRates

-Dose[x]
*200 mg (Details: UCUM codemg = 'mg')

Source1

{
  "resourceType": "MedicationStatement",
  "id": "previous-use-diflucan",
  "meta": {
    "profile": [
      "http://hl7.org.au/fhir/core/StructureDefinition/au-core-medicationstatement"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "status": "completed",
  "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": "5232011000036102",
        "display": "Diflucan 200 mg/100 mL injection, 100 mL vial"
      }
    ]
  },
  "subject": {
    "reference": "Patient/banks-mia-leanne"
  },
  "effectivePeriod": {
    "start": "2018-06-25",
    "end": "2018-07-05"
  },
  "dateAsserted": "2018-07-10",
  "dosage": [
    {
      "text": "Every 1-10 days at 10am for 30 minutes",
      "timing": {
        "repeat": {
          "duration": 30,
          "durationUnit": "min",
          "frequency": 1,
          "period": 1,
          "periodMax": 10,
          "periodUnit": "d",
          "timeOfDay": [
            "10:00:00"
          ]
        }
      },
      "route": {
        "coding": [
          {
            "system": "http://snomed.info/sct",
            "code": "47625008",
            "display": "Intravenous route"
          }
        ]
      },
      "doseAndRate": [
        {
          "doseQuantity": {
            "value": 200,
            "unit": "mg",
            "system": "http://unitsofmeasure.org",
            "code": "mg"
          }
        }
      ]
    }
  ]
}