FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packageexample.fhir.us.fod
Resource TypeCodeSystem
IdCodeSystem-fod-match-outcome-cs.json
FHIR VersionR4
Sourcehttps://build.fhir.org/ig/shpringman/fhir-fod/CodeSystem-fod-match-outcome-cs.html
URLhttp://somewhere.org/fhir/us/fod/CodeSystem/fod-match-outcome-cs
Version0.2.0
Statusdraft
Date2026-08-07
NameFODMatchOutcomeCS
TitleFact of Death Match Outcome Codes
Realmus
Authorityhl7
DescriptionCodes 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.
Contentcomplete

Resources that use this resource

ValueSet
example.fhir.us.fod#currentfod-match-outcome-vsFact of Death Match Outcome Value Set

Resources that this resource uses

No resources found


Narrative

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:

CodeDisplayDefinition
matched MatchedThe notification was matched to exactly one patient record and has been processed.
no-match No MatchNo patient record matched the demographics in the notification. The receiver took no action on any patient record.
multiple-candidates Multiple CandidatesMore than one patient record matched the demographics in the notification and the receiver could not safely select one. No patient record was updated.
pending-manual-review Pending Manual ReviewThe notification was accepted but routed to a human reviewer rather than being applied automatically. A further response may or may not follow.

Source1

{
  "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."
    }
  ]
}