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

FHIR IG analytics

Packagehl7.fhir.au.core
Resource TypeMedicationRequest
IdMedicationRequest-reaptan.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 reaptan

status: Active

intent: Order

medication: Medication Reaptan 10 mg/10 mg (perindopril arginine/amlodipine) tablet, 10

subject: Li Wang Male, DoB: 1975-05-03 ( Medical Record Number: 22421441)

authoredOn: 2018-07-15

requester: PractitionerRole Surgeon (General)

reasonCode: Hypertension

dosageInstruction

text: 1 tablet daily

timing: Once per 1 day

route: Oral route

DoseAndRates

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

Generated Narrative: Medication #med1

code: Reaptan 10 mg/10 mg (perindopril arginine/amlodipine) tablet, 10


Source1

{
  "resourceType": "MedicationRequest",
  "id": "reaptan",
  "meta": {
    "profile": [
      "http://hl7.org.au/fhir/core/StructureDefinition/au-core-medicationrequest"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "contained": [
    {
      "resourceType": "Medication",
      "id": "med1",
      "code": {
        "coding": [
          {
            "system": "http://snomed.info/sct",
            "code": "926213011000036100"
          }
        ],
        "text": "Reaptan 10 mg/10 mg (perindopril arginine/amlodipine) tablet, 10"
      }
    }
  ],
  "status": "active",
  "intent": "order",
  "medicationReference": {
    "reference": "#med1"
  },
  "subject": {
    "reference": "Patient/wang-li"
  },
  "authoredOn": "2018-07-15",
  "requester": {
    "reference": "PractitionerRole/surgeon-chau-fryer"
  },
  "reasonCode": [
    {
      "text": "Hypertension"
    }
  ],
  "dosageInstruction": [
    {
      "text": "1 tablet daily",
      "timing": {
        "repeat": {
          "frequency": 1,
          "period": 1,
          "periodUnit": "d"
        }
      },
      "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"
          }
        }
      ]
    }
  ]
}