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

FHIR IG analytics

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

Profile: Medication Request (PS-CA)

status: completed

intent: order

medication: TEVA-NYSTATIN (nystatin 100000 unit per mL oral suspension) TEVA CANADA LIMITED (canadianclinicaldrugdataset#02194201)

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

authoredOn: 2015-01-15

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

dispenseRequest

validityPeriod: 2015-01-15 --> 2016-01-15

numberOfRepeatsAllowed: 3

quantity: 10 ml (Details: UCUM code ml = 'ml')


Source1

{
  "resourceType": "MedicationRequest",
  "id": "nystatinCCDD-request-example",
  "meta": {
    "profile": [
      "http://fhir.infoway-inforoute.ca/io/psca/StructureDefinition/medicationrequest-ca-ps"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "status": "completed",
  "intent": "order",
  "medicationCodeableConcept": {
    "coding": [
      {
        "system": "https://fhir.infoway-inforoute.ca/CodeSystem/canadianclinicaldrugdataset",
        "code": "02194201",
        "display": "TEVA-NYSTATIN (nystatin 100000 unit per mL oral suspension) TEVA CANADA LIMITED"
      }
    ],
    "text": "TEVA-NYSTATIN (nystatin 100000 unit per mL oral suspension) TEVA CANADA LIMITED"
  },
  "subject": {
    "reference": "Patient/patient1-example",
    "display": "Donald Duck"
  },
  "authoredOn": "2015-01-15",
  "requester": {
    "reference": "Practitioner/practitioner1-example",
    "display": "Patrick Pump"
  },
  "dosageInstruction": [
    {
      "sequence": 1,
      "text": "10 drops four times daily - apply in mouth using cotton swab or finger"
    }
  ],
  "dispenseRequest": {
    "validityPeriod": {
      "start": "2015-01-15",
      "end": "2016-01-15"
    },
    "numberOfRepeatsAllowed": 3,
    "quantity": {
      "value": 10,
      "unit": "ml",
      "system": "http://unitsofmeasure.org",
      "code": "ml"
    },
    "expectedSupplyDuration": {
      "value": 10,
      "unit": "days",
      "system": "http://unitsofmeasure.org",
      "code": "d"
    }
  }
}