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

FHIR IG analytics

Packagefhir.astp.bhp
Resource TypeMedicationRequest
IdMedicationRequest-paroxetine-discharge-med-example-1.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

MedicationRequest

Resource MedicationRequest "medicationrequest-coded-oral-axid"

Profile: US Core MedicationRequest Profile (version 7.0.0)

US Core Medication Adherence Extension

url

medicationAdherence

value: Non-compliance of drug therapy (finding) (SNOMED CT#702565001)

url

dateAsserted

value: 2024-02-01 08:15:49+0000

url

informationSource

value: Patient (person) (SNOMED CT#116154003)

url

informationSource

value: Pharmacy (Healthcare Service Location#1179-1)

status: completed

intent: order

medication: paroxetine hydrochloride 10 MG Oral Tablet (RxNorm#1738483)

subject: James Wolff

encounter: Emergency Department

requester: Dr. Lazslo Cravensworth

reasonReference: Condition Moderate depression (disorder)

DosageInstructions

- Text
* Take 1 tablet daily

DispenseRequests

- NumberOfRepeatsAllowed Quantity
3 30

Source1

{
  "resourceType": "MedicationRequest",
  "id": "paroxetine-discharge-med-example-1",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/us/core/StructureDefinition/us-core-medicationrequest|6.1.0"
    ]
  },
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "url": "http://hl7.org/fhir/us/core/StructureDefinition/us-core-medication-adherence",
      "extension": [
        {
          "url": "medicationAdherence",
          "valueCodeableConcept": {
            "coding": [
              {
                "system": "http://snomed.info/sct",
                "code": "702565001",
                "display": "Non-compliance of drug therapy (finding)"
              }
            ],
            "text": "Non-compliance of drug therapy (finding)"
          }
        },
        {
          "url": "dateAsserted",
          "valueDateTime": "2024-02-01T08:15:49.449Z"
        },
        {
          "url": "informationSource",
          "valueCodeableConcept": {
            "coding": [
              {
                "system": "http://snomed.info/sct",
                "code": "116154003",
                "display": "Patient (person)"
              }
            ]
          }
        },
        {
          "url": "informationSource",
          "valueCodeableConcept": {
            "coding": [
              {
                "system": "https://www.cdc.gov/nhsn/cdaportal/terminology/codesystem/hsloc.html",
                "code": "1179-1",
                "display": "Pharmacy"
              }
            ]
          }
        }
      ]
    }
  ],
  "status": "completed",
  "intent": "order",
  "category": [
    {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/medicationrequest-category",
          "code": "discharge",
          "display": "Discharge"
        }
      ]
    }
  ],
  "medicationCodeableConcept": {
    "coding": [
      {
        "system": "http://www.nlm.nih.gov/research/umls/rxnorm",
        "code": "1738483",
        "display": "paroxetine hydrochloride 10 MG Oral Tablet"
      }
    ]
  },
  "subject": {
    "reference": "Patient/bh-patient-example",
    "display": "James Wolff"
  },
  "encounter": {
    "reference": "Encounter/ed-encounter-example-1",
    "display": "Emergency Department"
  },
  "requester": {
    "reference": "Practitioner/mental-health-provider-example-1",
    "display": "Dr. Lazslo Cravensworth"
  },
  "reasonReference": [
    {
      "reference": "Condition/depression-condition-example-1"
    }
  ],
  "dosageInstruction": [
    {
      "text": "Take 1 tablet daily"
    }
  ],
  "dispenseRequest": {
    "numberOfRepeatsAllowed": 3,
    "quantity": {
      "value": 30,
      "unit": "mg",
      "system": "http://unitsofmeasure.org",
      "code": "mg"
    }
  }
}