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

FHIR IG analytics

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

status: Active

intent: Order

medication: Medication Simvastatin 40 mg tablet

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

authoredOn: 2020-07-15

requester: PractitionerRole Surgeon (General)

reasonCode: High cholesterol

dosageInstruction

text: Take one tablet daily

timing: Once per 1 day

asNeeded: true

route: Oral route

DoseAndRates

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

Source1

{
  "resourceType": "MedicationRequest",
  "id": "simvastatin",
  "meta": {
    "profile": [
      "http://hl7.org.au/fhir/core/StructureDefinition/au-core-medicationrequest"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "status": "active",
  "intent": "order",
  "medicationReference": {
    "reference": "Medication/simvastatin"
  },
  "subject": {
    "reference": "Patient/wang-li"
  },
  "authoredOn": "2020-07-15",
  "requester": {
    "reference": "PractitionerRole/surgeon-chau-fryer"
  },
  "reasonCode": [
    {
      "coding": [
        {
          "system": "http://snomed.info/sct",
          "code": "13644009",
          "display": "Hypercholesterolaemia"
        }
      ],
      "text": "High cholesterol"
    }
  ],
  "dosageInstruction": [
    {
      "text": "Take one tablet daily",
      "timing": {
        "repeat": {
          "frequency": 1,
          "period": 1,
          "periodUnit": "d"
        }
      },
      "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"
          }
        }
      ]
    }
  ]
}