FHIR IG analytics| Package | fhir.astp.bhp |
| Resource Type | MedicationRequest |
| Id | MedicationRequest-paroxetine-discharge-med-example-1.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Resource MedicationRequest "medicationrequest-coded-oral-axid"
US Core Medication Adherence Extension
url
medicationAdherencevalue: Non-compliance of drug therapy (finding) (SNOMED CT#702565001)
url
dateAssertedvalue: 2024-02-01 08:15:49+0000
url
informationSourcevalue: Patient (person) (SNOMED CT#116154003)
url
informationSourcevalue: 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)
| Text |
| Take 1 tablet daily |
| NumberOfRepeatsAllowed | Quantity | |
| 3 | 30 |
{
"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"
}
}
}