FHIR IG analytics| Package | lt.hl7.fhir.cvd |
| Resource Type | MedicationStatement |
| Id | MedicationStatement-medication-statement-screening-example.json |
| FHIR Version | R5 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
English
Generated Narrative: MedicationStatement medication-statement-screening-example
Language: en
status: Recorded
| Concept |
| Tylenol PM |
effective: 2015-01-23
dateAsserted: 2015-02-22
note:
Patient cannot take acetaminophen as per Dr instructions
| Text |
| 1 tablet, 3 times per day after meals |
Lithuanian
Generated Narrative: MedicationStatement medication-statement-screening-example
Language: en
status: Recorded
| Concept |
| Tylenol PM |
effective: 2015-01-23
dateAsserted: 2015-02-22
note:
Patient cannot take acetaminophen as per Dr instructions
| Text |
| 1 tablet, 3 times per day after meals |
{
"resourceType": "MedicationStatement",
"id": "medication-statement-screening-example",
"language": "en",
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"status": "recorded",
"medication": {
"concept": {
"text": "Tylenol PM"
}
},
"subject": {
"reference": "Patient/patient-male-example"
},
"effectiveDateTime": "2015-01-23",
"dateAsserted": "2015-02-22",
"note": [
{
"text": "Patient cannot take acetaminophen as per Dr instructions"
}
],
"dosage": [
{
"text": "1 tablet, 3 times per day after meals"
}
]
}