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

FHIR IG analytics

Packagehl7.fhir.uv.cpg.r4
Resource TypeMedicationRequest
IdMedicationRequest-am-scenario2.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 am-scenario2

status: Active

intent: Order

priority: Routine

medication: Product containing precisely fentanyl 25 microgram/1 hour prolonged-release transdermal patch (clinical drug)

subject: Example Patient Female, DoB: 1990-10-01

dosageInstruction

sequence: 1

text: apply one patch three times per week

timing: 3 per 1 weeks

DoseAndRates

-TypeDose[x]
*Ordered1 patch (Details: Orderable Drug Form codePATCH = 'Patch')

dispenseRequest

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

quantity: 6 patch (Details: Orderable Drug Form codePATCH = 'Patch')

ExpectedSupplyDurations

-ValueUnitSystemCode
*14dayshttp://unitsofmeasure.orgd

Source1

{
  "resourceType": "MedicationRequest",
  "id": "am-scenario2",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/uv/cpg/StructureDefinition/cpg-medicationrequest"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "status": "active",
  "intent": "order",
  "priority": "routine",
  "medicationCodeableConcept": {
    "coding": [
      {
        "system": "http://snomed.info/sct",
        "code": "769510009",
        "display": "Product containing precisely fentanyl 25 microgram/1 hour prolonged-release transdermal patch (clinical drug)"
      }
    ]
  },
  "subject": {
    "reference": "Patient/am-scenario2-patient"
  },
  "dosageInstruction": [
    {
      "sequence": 1,
      "text": "apply one patch three times per week",
      "timing": {
        "repeat": {
          "frequency": 3,
          "period": 1,
          "periodUnit": "wk"
        }
      },
      "doseAndRate": [
        {
          "type": {
            "coding": [
              {
                "system": "http://terminology.hl7.org/CodeSystem/dose-rate-type",
                "code": "ordered",
                "display": "Ordered"
              }
            ]
          },
          "doseQuantity": {
            "value": 1,
            "unit": "patch",
            "system": "http://terminology.hl7.org/CodeSystem/v3-orderableDrugForm",
            "code": "PATCH"
          }
        }
      ]
    }
  ],
  "dispenseRequest": {
    "validityPeriod": {
      "start": "2015-01-15",
      "end": "2016-01-15"
    },
    "quantity": {
      "value": 6,
      "unit": "patch",
      "system": "http://terminology.hl7.org/CodeSystem/v3-orderableDrugForm",
      "code": "PATCH"
    },
    "expectedSupplyDuration": {
      "value": 14,
      "unit": "days",
      "system": "http://unitsofmeasure.org",
      "code": "d"
    }
  }
}