FHIR IG analytics| Package | lt.hl7.fhir.lifestyle |
| 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
| Concept |
| Liver enzymes abnormal |
note:
Patient cannot take acetaminophen as per Dr instructions
dosage
Medication Timing Extension for LT Lifestyle: 3 times per day after meals
DoseAndRates
Dose[x] 1 tablet
Lithuanian
Generated Narrative: MedicationStatement medication-statement-screening-example
Language: en
status: Recorded
| Concept |
| Tylenol PM |
effective: 2015-01-23
dateAsserted: 2015-02-22
| Concept |
| Liver enzymes abnormal |
note:
Patient cannot take acetaminophen as per Dr instructions
dosage
Medication Timing Extension for LT Lifestyle: 3 times per day after meals
DoseAndRates
Dose[x] 1 tablet
{
"resourceType": "MedicationStatement",
"id": "medication-statement-screening-example",
"meta": {
"profile": [
"https://hl7.lt/fhir/lifestyle/StructureDefinition/medication-statement-lt-lifestyle"
]
},
"language": "en",
"text": {
"status": "extensions",
"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",
"reason": [
{
"concept": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "166643006",
"display": "Liver enzymes abnormal"
}
]
}
}
],
"note": [
{
"text": "Patient cannot take acetaminophen as per Dr instructions"
}
],
"dosage": [
{
"extension": [
{
"url": "https://hl7.lt/fhir/lifestyle/StructureDefinition/medication-timing-ext-lt-lifestyle",
"valueString": "3 times per day after meals"
}
],
"doseAndRate": [
{
"doseQuantity": {
"value": 1,
"unit": "tablet"
}
}
]
}
]
}