FHIR IG analytics| Package | sk.registry.core.r5 |
| Resource Type | MedicationStatement |
| Id | MedicationStatement-PriorMedicationStatementExample.json |
| FHIR Version | R5 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: MedicationStatement PriorMedicationStatementExample
status: Recorded
| Concept |
| Warfarin therapy (procedure) |
subject: Anonymous Patient (no stated gender), DoB Unknown
encounter: EncounterExample
| Reference |
| Condition Transient ischemic attack (disorder) |
| Code |
| Taking |
{
"resourceType": "MedicationStatement",
"id": "PriorMedicationStatementExample",
"meta": {
"profile": [
"http://testSK.org/StructureDefinition/prior-medication-statement-profile"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"status": "recorded",
"medication": {
"concept": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "722045009",
"display": "Warfarin therapy (procedure)"
}
]
}
},
"subject": {
"reference": "Patient/example-patient"
},
"encounter": {
"reference": "EncounterExample"
},
"reason": [
{
"reference": {
"reference": "Condition/StrokeDiagnosisConditionExample"
}
}
],
"adherence": {
"code": {
"coding": [
{
"system": "http://hl7.org/fhir/CodeSystem/medication-statement-adherence",
"code": "taking"
}
]
}
}
}