FHIR IG analytics| Package | hl7.fhir.us.smp |
| Resource Type | MedicationStatement |
| Id | MedicationStatement-smp-medstmt-5.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: MedicationStatement smp-medstmt-5
version: 1; Last updated: 2023-12-08 06:38:52+0000
Profile: Standardized Medication Profile - MedicationStatement
R5: Indicates whether the medication is or is not being consumed or administered (new)
- code: not-taking
- reason: Patient reports not taking medication because of side effects.
status: Not Taken
medication: atorvastatin 40 MG
subject: Amy V. Baxter (no stated gender), DoB: 1987-02-20 ( Medical Record Number: 1032702 (use: usual, ))
effective: 2024-06-01
dateAsserted: 2024-07-05
reasonCode: Hyperlipidemia
| Sequence | Text |
| 1 | po daily |
{
"resourceType": "MedicationStatement",
"id": "smp-medstmt-5",
"meta": {
"versionId": "1",
"lastUpdated": "2023-12-08T06:38:52Z",
"profile": [
"http://hl7.org/fhir/us/smp/StructureDefinition/smp-medicationstatement"
]
},
"text": {
"status": "extensions",
"div": "<!-- snip (see above) -->"
},
"extension": [
{
"extension": [
{
"url": "code",
"valueCodeableConcept": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "275927006",
"display": "Drugs - total non-compliance"
}
],
"text": "not-taking"
}
},
{
"url": "reason",
"valueCodeableConcept": {
"text": "Patient reports not taking medication because of side effects."
}
}
],
"url": "http://hl7.org/fhir/5.0/StructureDefinition/extension-MedicationStatement.adherence"
}
],
"status": "not-taken",
"medicationCodeableConcept": {
"coding": [
{
"system": "http://www.nlm.nih.gov/research/umls/rxnorm",
"code": "597983",
"display": "atorvastatin 40 MG"
}
]
},
"subject": {
"reference": "Patient/example"
},
"effectiveDateTime": "2024-06-01",
"dateAsserted": "2024-07-05",
"reasonCode": [
{
"coding": [
{
"system": "http://snomed.info/sct",
"code": "55822004",
"display": "Hyperlipidemia"
}
]
}
],
"dosage": [
{
"sequence": 1,
"text": "po daily"
}
]
}