This is the Continuous Integration Build of FHIR (will be incorrect/inconsistent at times).
See the Directory of published versions
Overdue Account
{
"resourceType" : "Flag",
"id" : "overdue-account",
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\">Patient has an overdue account. Consider discussing during visit.</div>"
},
"identifier" : [{
"value" : "67890"
}],
"status" : "active",
"category" : [{
"coding" : [{
"system" : "http://terminology.hl7.org/CodeSystem/flag-category",
"code" : "admin",
"display" : "Administrative"
}],
"text" : "Administrative"
}],
"code" : {
"coding" : [{
"system" : "http://example.org/local",
"code" : "overdue-account",
"display" : "Overdue Account"
}],
"text" : "Patient has an overdue account. Consider discussing with the patient."
},
"subject" : {
"reference" : "Patient/example",
"display" : "Peter Chalmers"
},
"period" : {
"start" : "2024-09-01"
},
"author" : {
"reference" : "Organization/example",
"display" : "ACME Health"
}
}
Usage note: every effort has been made to ensure that the
examples are correct and useful, but they are not a normative part
of the specification.