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

FHIR IG analytics

Packagefhir.deep6.ai
Resource TypeMedicationRequest
IdMedicationRequest-medicationrequest-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: MedicationRequest medicationrequest-example

status: Stopped

intent: Order

medication: Medication ACETAMINOPHEN 325 MG

subject: abc Hilll811 (maiden) Female, DoB: 1988-05-10 ( https://github.com/synthetichealth/synthea#patient-example)

encounter: Encounter: identifier = Encounter ID: 1234567; status = finished; class = ambulatory (ActCode#AMB); type = New patient office visit, 30-44 minutes; period = 2023-02-13 05:59:00-0500 --> (ongoing)

authoredOn: 2025-04-01 10:20:00+0000

requester: Practitioner JOHN DOCTOR

dosageInstruction

sequence: 1

text: Take 30 minutes beforehand.

timing: Code

route: Oral

DoseAndRates

-TypeDose[x]
*Ordered650 mg

Generated Narrative: Medication #FOOBAR42

code: ACETAMINOPHEN 325 MG

form: TABS

Ingredients

-Item[x]
*ACETAMINOPHEN 325 MG

Source1

{
  "resourceType": "MedicationRequest",
  "id": "medicationrequest-example",
  "meta": {
    "profile": [
      "http://deep6.ai/fhir/StructureDefinition/deep-6-ai-medicationrequest-1.0.2"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "contained": [
    {
      "resourceType": "Medication",
      "id": "FOOBAR42",
      "code": {
        "coding": [
          {
            "system": "http://example.com/med",
            "code": "42",
            "display": "ACETAMINOPHEN 325 MG"
          }
        ]
      },
      "form": {
        "text": "TABS"
      },
      "ingredient": [
        {
          "itemCodeableConcept": {
            "coding": [
              {
                "system": "http://example.com/med-ingredient",
                "code": "42",
                "display": "ACETAMINOPHEN 325 MG"
              }
            ],
            "text": "ACETAMINOPHEN 325 MG"
          }
        }
      ]
    }
  ],
  "status": "stopped",
  "intent": "order",
  "medicationReference": {
    "reference": "#FOOBAR42"
  },
  "subject": {
    "reference": "Patient/patient-example"
  },
  "encounter": {
    "reference": "Encounter/encounter-example"
  },
  "authoredOn": "2025-04-01T10:20:00Z",
  "requester": {
    "reference": "Practitioner/practitioner-example"
  },
  "dosageInstruction": [
    {
      "sequence": 1,
      "text": "Take 30 minutes beforehand.",
      "timing": {
        "code": {
          "text": "Once (Outpatient)"
        }
      },
      "route": {
        "coding": [
          {
            "system": "http://example.com/med-route",
            "code": "FOO",
            "display": "Oral"
          }
        ]
      },
      "doseAndRate": [
        {
          "type": {
            "coding": [
              {
                "system": "http://terminology.hl7.org/CodeSystem/dose-rate-type",
                "code": "ordered",
                "display": "Ordered"
              }
            ]
          },
          "doseQuantity": {
            "value": 650,
            "unit": "mg"
          }
        }
      ]
    }
  ]
}