This page is part of the Genetic Reporting Implementation Guide (v3.0.0: STU3) based on FHIR (HL7® FHIR® Standard) R4. This is the current published version. For a full list of available versions, see the Directory of published versions
{
"resourceType" : "MedicationStatement",
"id" : "MedicationStatementWarfarin",
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: MedicationStatement MedicationStatementWarfarin</b></p><a name=\"MedicationStatementWarfarin\"> </a><a name=\"hcMedicationStatementWarfarin\"> </a><a name=\"MedicationStatementWarfarin-en-US\"> </a><p><b>status</b>: Unknown</p><p><b>medication</b>: <span title=\"Codes:{http://www.nlm.nih.gov/research/umls/rxnorm 11289}\">Warfarin</span></p><p><b>subject</b>: <a href=\"Patient-ExamplePatient.html\">Anonymous Patient (no stated gender), DoB Unknown</a></p></div>"
},
"status" : "unknown",
"medicationCodeableConcept" : {
"coding" : [
{
"system" : "http://www.nlm.nih.gov/research/umls/rxnorm",
"code" : "11289",
"display" : "Warfarin"
}
]
},
"subject" : {
🔗 "reference" : "Patient/ExamplePatient"
}
}