FHIR IG analytics| Package | example.fhir.us.fod |
| Resource Type | CodeSystem |
| Id | CodeSystem-fod-match-outcome-cs.json |
| FHIR Version | R4 |
| Source | https://build.fhir.org/ig/shpringman/fhir-fod/CodeSystem-fod-match-outcome-cs.html |
| URL | http://somewhere.org/fhir/us/fod/CodeSystem/fod-match-outcome-cs |
| Version | 0.2.0 |
| Status | draft |
| Date | 2026-08-07 |
| Name | FODMatchOutcomeCS |
| Title | Fact of Death Match Outcome Codes |
| Realm | us |
| Authority | hl7 |
| Description | Codes a receiving system returns to report whether a fact-of-death notification could be matched to a patient record. These codes describe the outcome of the receiver's own matching process; this guide does not specify the matching algorithm itself. |
| Content | complete |
| ValueSet | ||
| example.fhir.us.fod#current | fod-match-outcome-vs | Fact of Death Match Outcome Value Set |
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: CodeSystem fod-match-outcome-cs
This case-sensitive code system http://somewhere.org/fhir/us/fod/CodeSystem/fod-match-outcome-cs defines the following codes:
{
"resourceType": "CodeSystem",
"id": "fod-match-outcome-cs",
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
"valueInteger": 1,
"_valueInteger": {
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom",
"valueCanonical": "http://somewhere.org/fhir/us/fod/ImplementationGuide/example.fhir.us.fod"
}
]
}
},
{
"url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
"valueCode": "informative",
"_valueCode": {
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom",
"valueCanonical": "http://somewhere.org/fhir/us/fod/ImplementationGuide/example.fhir.us.fod"
}
]
}
}
],
"url": "http://somewhere.org/fhir/us/fod/CodeSystem/fod-match-outcome-cs",
"version": "0.2.0",
"name": "FODMatchOutcomeCS",
"title": "Fact of Death Match Outcome Codes",
"status": "draft",
"experimental": false,
"date": "2026-08-07",
"publisher": "HL7 International - Public Health Work Group",
"contact": [
{
"telecom": [
{
"system": "url",
"value": "http://hl7.org/Special/committees/pher"
}
]
}
],
"description": "Codes a receiving system returns to report whether a fact-of-death notification could be matched to a patient record. These codes describe the outcome of the receiver's own matching process; this guide does not specify the matching algorithm itself.",
"jurisdiction": [
{
"coding": [
{
"system": "urn:iso:std:iso:3166",
"code": "US"
}
]
}
],
"caseSensitive": true,
"valueSet": "http://somewhere.org/fhir/us/fod/ValueSet/fod-match-outcome-vs",
"content": "complete",
"count": 4,
"concept": [
{
"code": "matched",
"display": "Matched",
"definition": "The notification was matched to exactly one patient record and has been processed."
},
{
"code": "no-match",
"display": "No Match",
"definition": "No patient record matched the demographics in the notification. The receiver took no action on any patient record."
},
{
"code": "multiple-candidates",
"display": "Multiple Candidates",
"definition": "More than one patient record matched the demographics in the notification and the receiver could not safely select one. No patient record was updated."
},
{
"code": "pending-manual-review",
"display": "Pending Manual Review",
"definition": "The notification was accepted but routed to a human reviewer rather than being applied automatically. A further response may or may not follow."
}
]
}