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

FHIR IG analytics

Packageil.fhir.r4.ashmc
Resource TypeMedicationRequest
IdMedicationRequest-CML.MED.PRESC.1234567.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source1

{
  "resourceType": "MedicationRequest",
  "id": "CML.MED.PRESC.1234567",
  "meta": {
    "security": [
      {
        "system": "http://fhir.health.gov.il/cs/il-hdp-information-buckets",
        "code": "medications",
        "display": "תרופות"
      }
    ],
    "profile": [
      "http://fhir.ashmc.co.il/StructureDefinition/med-prescription-cml"
    ]
  },
  "extension": [
    {
      "extension": [
        {
          "url": "role",
          "valueCodeableConcept": {
            "coding": [
              {
                "code": "DS",
                "system": "http://fhir.health.gov.il/cs/il-core-resource-role-context",
                "display": "Discharge"
              }
            ]
          }
        }
      ],
      "url": "http://fhir.health.gov.il/StructureDefinition/ext-resource-role-context"
    }
  ],
  "identifier": [
    {
      "type": {
        "coding": [
          {
            "system": "http://fhir.health.gov.il/cs/il-core-identifier-type",
            "code": "strong-id",
            "display": "Strong Identifier"
          }
        ]
      },
      "system": "http://fhir.ashmc.co.il/identifier/prescription-drug-cml",
      "value": "PRESC-DRUG-1234567"
    }
  ],
  "category": [
    {
      "coding": [
        {
          "system": "http://fhir.health.gov.il/cs/il-core-medication-request-category",
          "code": "discharge",
          "display": "Discharge"
        }
      ]
    }
  ],
  "groupIdentifier": {
    "system": "http://fhir.ashmc.co.il/identifier/prescription-cml",
    "value": "PRESC-20250315-001"
  },
  "medicationCodeableConcept": {
    "coding": [
      {
        "system": "http://fhir.ashmc.co.il/cs/cml-med-code",
        "code": "CML-AMOX-500",
        "display": "Amoxicillin 500mg capsules"
      },
      {
        "system": "http://fhir.ashmc.co.il/cs/bi-med-code",
        "code": "BI-11223",
        "display": "Amoxicillin"
      },
      {
        "system": "http://snomed.info/sct",
        "code": "372687004",
        "display": "Amoxicillin"
      },
      {
        "system": "http://fhir.ashmc.co.il/cs/local-atc-med-code",
        "code": "J01CA04"
      }
    ],
    "text": "Amoxicillin 500mg capsules"
  },
  "courseOfTherapyType": {
    "coding": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/medicationrequest-course-of-therapy",
        "code": "acute",
        "display": "Short course (acute) therapy"
      }
    ]
  },
  "dosageInstruction": [
    {
      "additionalInstruction": [
        {
          "coding": [
            {
              "system": "http://fhir.ashmc.co.il/cs/way-of-giving-med",
              "code": "swallow"
            }
          ]
        }
      ],
      "timing": {
        "repeat": {
          "boundsDuration": {
            "system": "http://unitsofmeasure.org",
            "value": 7,
            "unit": "d",
            "code": "d"
          },
          "frequency": 3,
          "period": 1,
          "periodUnit": "d"
        }
      },
      "route": {
        "coding": [
          {
            "system": "http://snomed.info/sct",
            "code": "26643006",
            "display": "Oral route"
          }
        ]
      },
      "doseAndRate": [
        {
          "doseQuantity": {
            "system": "http://unitsofmeasure.org",
            "value": 500,
            "unit": "mg",
            "code": "mg"
          }
        }
      ],
      "text": "Amoxicillin 500mg capsule orally three times daily for 7 days"
    }
  ],
  "dispenseRequest": {
    "validityPeriod": {
      "start": "2025-03-15",
      "end": "2025-04-14"
    }
  },
  "intent": "order",
  "status": "active",
  "subject": {
    "reference": "Patient/ashmc-patient-001"
  },
  "encounter": {
    "reference": "Encounter/AshdodEncounterSubExample"
  },
  "authoredOn": "2025-03-15T14:00:00+02:00",
  "requester": {
    "reference": "Practitioner/ashmc-dr-cohen"
  }
}