FHIR IG analytics| Package | hl7.fhir.uv.howto |
| Resource Type | MedicationStatement |
| Id | MedicationStatement-e6bb7afa-1e76-461d-8dbd-cd9ad8df7739.json |
| FHIR Version | R5 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: MedicationStatement e6bb7afa-1e76-461d-8dbd-cd9ad8df7739
status: Recorded
| Concept |
| warfarin |
subject: Sue Brown Female, DoB: 1972-06-05 ( http://acme.org/identifiers/Patient#689272)
encounter: Encounter/2f429aff-3b06-43ea-a057-00d22b09cc0f
dateAsserted: 2024-04-14
| Code |
| Not Taking |
{
"resourceType": "MedicationStatement",
"id": "e6bb7afa-1e76-461d-8dbd-cd9ad8df7739",
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"status": "recorded",
"medication": {
"concept": {
"coding": [
{
"system": "http://www.nlm.nih.gov/research/umls/rxnorm",
"code": "11289"
}
]
}
},
"subject": {
"reference": "Patient/689272"
},
"encounter": {
"reference": "Encounter/2f429aff-3b06-43ea-a057-00d22b09cc0f"
},
"dateAsserted": "2024-04-14",
"adherence": {
"code": {
"coding": [
{
"system": "http://hl7.org/fhir/CodeSystem/medication-statement-adherence",
"code": "not-taking"
}
]
}
}
}