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

FHIR IG analytics

Packagemyhealth.eu.fhir.epd
Resource TypeMedicationRequest
IdMedicationRequest-300C-2-medication-prescription-request1.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 300C-2-medication-prescription-request1

identifier: 300-1/2

status: Active

intent: Option

medication: Medication: extension = Pessary; form = Pessary; amount = 6 Pessary / 1 1

subject: Thomas Engine Male, DoB: 1950-09-15 ( 12345)

authoredOn: 2024-10-06

requester: PractitionerRole Clinical oncologist

reasonCode: Candidiasis of vulva and vagina[N77.1]

groupIdentifier: 300

dosageInstruction

timing: Late Evening, Once per 1 day

DoseAndRates

-Dose[x]
*1 Pessary (Details: EDQM Standard Terms code15054000 = 'Tablet')

DispenseRequests

-ExtensionValidityPeriodNumberOfRepeatsAllowedQuantity
*2024-10-06 --> 2024-12-0616 Pessary (Details: EDQM Standard Terms code15054000 = 'Tablet')

Source1

{
  "resourceType": "MedicationRequest",
  "id": "300C-2-medication-prescription-request1",
  "meta": {
    "profile": [
      "http://fhir.ehdsi.eu/epd/StructureDefinition/MedicationRequest-myhealtheu-epd"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "value": "300-1/2"
    }
  ],
  "status": "active",
  "intent": "option",
  "medicationReference": {
    "reference": "Medication/02A2-CanifugCremolumPessaryItem"
  },
  "subject": {
    "reference": "Patient/patient1"
  },
  "authoredOn": "2024-10-06",
  "requester": {
    "reference": "PractitionerRole/doctor1"
  },
  "reasonCode": [
    {
      "coding": [
        {
          "system": "http://hl7.org/fhir/sid/icd-10",
          "code": "B37.3",
          "display": "Candidiasis of vulva and vagina[N77.1]"
        }
      ]
    }
  ],
  "groupIdentifier": {
    "value": "300"
  },
  "dosageInstruction": [
    {
      "timing": {
        "repeat": {
          "boundsDuration": {
            "value": 6,
            "unit": "day",
            "system": "http://unitsofmeasure.org",
            "code": "d"
          },
          "frequency": 1,
          "period": 1,
          "periodUnit": "d",
          "when": [
            "EVE.late"
          ]
        }
      },
      "doseAndRate": [
        {
          "doseQuantity": {
            "value": 1,
            "unit": "Pessary",
            "system": "http://standardterms.edqm.eu",
            "code": "15054000"
          }
        }
      ]
    }
  ],
  "dispenseRequest": {
    "extension": [
      {
        "url": "https://profiles.ihe.net/PHARM/MPD/StructureDefinition/ihe-ext-medicationrequest-prescribedQuantity",
        "valueQuantity": {
          "value": 6,
          "unit": "Pessary",
          "system": "http://standardterms.edqm.eu",
          "code": "15054000"
        }
      }
    ],
    "validityPeriod": {
      "start": "2024-10-06",
      "end": "2024-12-06"
    },
    "numberOfRepeatsAllowed": 1,
    "quantity": {
      "value": 6,
      "unit": "Pessary",
      "system": "http://standardterms.edqm.eu",
      "code": "15054000"
    }
  }
}