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

FHIR IG analytics

Packagehl7.fhir.au.core
Resource TypeMedicationRequest
IdMedicationRequest-paracetamol-codeine.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: MedicationRequest paracetamol-codeine

status: Unknown

intent: Order

medication: Paracetamol 500 mg + codeine phosphate hemihydrate 30 mg tablet

subject: Mrs. Anne Mary Bennelong(official) Female, DoB: 1968-10-11 ( Medical record number)

authoredOn: 2018-07-15

requester: ?rref?

reasonCode: Pain management

dosageInstruction

text: 1-2 tablets every 4-6 hours as needed for pain

timing: 1-2 per 4-6 hours

asNeeded: true

route: Oral route

DoseAndRates

-Dose[x]
*1 TAB (Details: Orderable Drug Form codeTAB = 'Tablet')

Source1

{
  "resourceType": "MedicationRequest",
  "id": "paracetamol-codeine",
  "meta": {
    "profile": [
      "http://hl7.org.au/fhir/core/StructureDefinition/au-core-medicationrequest"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "status": "unknown",
  "intent": "order",
  "medicationCodeableConcept": {
    "coding": [
      {
        "system": "http://snomed.info/sct",
        "code": "79115011000036100",
        "display": "Paracetamol 500 mg + codeine phosphate hemihydrate 30 mg tablet"
      }
    ]
  },
  "subject": {
    "reference": "Patient/bennelong-anne"
  },
  "authoredOn": "2018-07-15",
  "requester": {
    "extension": [
      {
        "url": "http://hl7.org/fhir/StructureDefinition/data-absent-reason",
        "valueCode": "unknown"
      }
    ]
  },
  "reasonCode": [
    {
      "coding": [
        {
          "system": "http://snomed.info/sct",
          "code": "278414003",
          "display": "Pain management"
        }
      ],
      "text": "Pain management"
    }
  ],
  "dosageInstruction": [
    {
      "text": "1-2 tablets every 4-6 hours as needed for pain",
      "timing": {
        "repeat": {
          "frequency": 1,
          "frequencyMax": 2,
          "period": 4,
          "periodMax": 6,
          "periodUnit": "h"
        }
      },
      "asNeededBoolean": true,
      "route": {
        "coding": [
          {
            "system": "http://snomed.info/sct",
            "code": "26643006",
            "display": "Oral route"
          }
        ]
      },
      "doseAndRate": [
        {
          "doseQuantity": {
            "value": 1,
            "unit": "TAB",
            "system": "http://terminology.hl7.org/CodeSystem/v3-orderableDrugForm",
            "code": "TAB"
          }
        }
      ]
    }
  ]
}