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

FHIR IG analytics

Packageca.infoway.io.psca
Resource TypeMedicationRequest
IdMedicationRequest-simvastatin-request-example.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

Resource "simvastatin-request-example"

Profile: Medication Request (PS-CA)

status: active

intent: order

medication: Fluspiral 50 mcg (WHO ATC#C10AA01 "simvastatin")

subject: Patient/patient1-example: Donald Duck " DONALD"

authoredOn: 2021-10-10

requester: Practitioner/practitioner1-example: Patrick Pump " PUMP"

DispenseRequests

-ValidityPeriod
*2021-01-01 --> (ongoing)

Source1

{
  "resourceType": "MedicationRequest",
  "id": "simvastatin-request-example",
  "meta": {
    "profile": [
      "http://fhir.infoway-inforoute.ca/io/psca/StructureDefinition/medicationrequest-ca-ps"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "status": "active",
  "intent": "order",
  "medicationCodeableConcept": {
    "coding": [
      {
        "system": "http://www.whocc.no/atc",
        "code": "C10AA01",
        "display": "simvastatin"
      }
    ],
    "text": "Fluspiral 50 mcg"
  },
  "subject": {
    "reference": "Patient/patient1-example",
    "display": "Donald Duck"
  },
  "authoredOn": "2021-10-10",
  "requester": {
    "reference": "Practitioner/practitioner1-example",
    "display": "Patrick Pump"
  },
  "dosageInstruction": [
    {
      "text": "40 mg/day",
      "timing": {
        "repeat": {
          "frequency": 1,
          "period": 1,
          "periodUnit": "d"
        }
      },
      "route": {
        "coding": [
          {
            "system": "http://snomed.info/sct",
            "code": "26643006",
            "display": "Oral use"
          }
        ]
      },
      "doseAndRate": [
        {
          "doseQuantity": {
            "value": 40,
            "unit": "mg",
            "system": "http://unitsofmeasure.org",
            "code": "mg"
          }
        }
      ]
    }
  ],
  "dispenseRequest": {
    "validityPeriod": {
      "start": "2021-01-01"
    }
  }
}