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

FHIR IG analytics

Packagehl7.fhir.eu.mpd
Resource TypeMedicationRequest
IdMedicationRequest-200C-2-medication-prescription-request2.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 200C-2-medication-prescription-request2

identifier: 200-2/2

status: Active

intent: Order

medication: Amoxicillin 875 mg oral tablet

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

authoredOn: 2024-10-06

requester: PractitionerRole Clinical oncologist

reasonCode: Maxillary sinusitis

groupIdentifier: 200

dosageInstruction

timing: 2 per 1 day

DoseAndRates

-Dose[x]
*1 Tablet (Details: SNOMED CT code732936001 = 'Tablet (unit of presentation)')

DispenseRequests

-ValidityPeriodNumberOfRepeatsAllowedQuantity
*2024-10-06 --> 2024-12-06114 Tablet (Details: SNOMED CT code732936001 = 'Tablet (unit of presentation)')

Source1

{
  "resourceType": "MedicationRequest",
  "id": "200C-2-medication-prescription-request2",
  "meta": {
    "profile": [
      "http://hl7.eu/fhir/mpd/StructureDefinition/MedicationRequest-eu-mpd"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "value": "200-2/2"
    }
  ],
  "status": "active",
  "intent": "order",
  "medicationCodeableConcept": {
    "coding": [
      {
        "system": "http://snomed.info/sct",
        "code": "374647008",
        "display": "Amoxicillin 875 mg oral tablet"
      }
    ]
  },
  "subject": {
    "reference": "Patient/patient1"
  },
  "authoredOn": "2024-10-06",
  "requester": {
    "reference": "PractitionerRole/doctor1"
  },
  "reasonCode": [
    {
      "coding": [
        {
          "system": "http://snomed.info/sct",
          "code": "88348008",
          "display": "Maxillary sinusitis"
        }
      ]
    }
  ],
  "groupIdentifier": {
    "value": "200"
  },
  "dosageInstruction": [
    {
      "timing": {
        "repeat": {
          "boundsDuration": {
            "value": 7,
            "unit": "day",
            "system": "http://unitsofmeasure.org",
            "code": "d"
          },
          "frequency": 2,
          "period": 1,
          "periodUnit": "d"
        }
      },
      "doseAndRate": [
        {
          "doseQuantity": {
            "value": 1,
            "unit": "Tablet",
            "system": "http://snomed.info/sct",
            "code": "732936001"
          }
        }
      ]
    }
  ],
  "dispenseRequest": {
    "validityPeriod": {
      "start": "2024-10-06",
      "end": "2024-12-06"
    },
    "numberOfRepeatsAllowed": 1,
    "quantity": {
      "value": 14,
      "unit": "Tablet",
      "system": "http://snomed.info/sct",
      "code": "732936001"
    }
  }
}