FHIR © HL7.org  |  Server Home  |  XIG Home  |  Server Source  |  FHIR  

FHIR IG Statistics: CodeSystem/match-grade

Packagehl7.fhir.uv.extensions
TypeCodeSystem
Idmatch-grade
FHIR VersionR5
Sourcehttp://hl7.org/fhir/extensions/https://build.fhir.org/ig/HL7/fhir-extensions/CodeSystem-match-grade.html
URLhttp://hl7.org/fhir/match-grade
Version5.3.0-ballot
Statusdraft
Date2025-07-20T22:32:31+00:00
NameMatchGrade
Titlematch grade code system
Realmuv
Authorityhl7
DescriptionMatchGrade
Contentcomplete

Resources that use this resource

ValueSet
match-gradematch grade value set
match-gradematch grade value set

Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: CodeSystem match-grade

Last updated: 2023-01-31 07:07:38+1100

Profile: Shareable CodeSystem

This case-sensitive code system http://hl7.org/fhir/match-grade defines the following codes:

CodeDisplayDefinition
certain Certain MatchThis record meets the matching criteria to be automatically considered as a full match.
probable Probable MatchThis record is a close match, but not a certain match. Additional review (e.g. by a human) may be required before using this as a match.
possible Possible MatchThis record may be a matching one. Additional review (e.g. by a human) SHOULD be performed before using this as a match.
certainly-not Certainly Not a MatchThis record is known not to be a match. Note that usually non-matching records are not returned, but in some cases records previously or likely considered as a match may specifically be negated by the matching engine.

Source

{
  "resourceType": "CodeSystem",
  "id": "match-grade",
  "meta": {
    "lastUpdated": "2023-01-31T07:07:38.434+11:00",
    "profile": [
      "http://hl7.org/fhir/StructureDefinition/shareablecodesystem"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
      "valueCode": "fhir"
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
      "valueCode": "trial-use"
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
      "valueInteger": 2
    }
  ],
  "url": "http://hl7.org/fhir/match-grade",
  "identifier": [
    {
      "system": "urn:ietf:rfc:3986",
      "value": "urn:oid:2.16.840.1.113883.4.642.1.1289"
    },
    {
      "use": "old",
      "system": "urn:ietf:rfc:3986",
      "value": "urn:oid:2.16.840.1.113883.4.642.1.883"
    }
  ],
  "version": "5.3.0-ballot",
  "name": "MatchGrade",
  "title": "match grade code system",
  "status": "draft",
  "experimental": false,
  "date": "2025-07-20T22:32:31+00:00",
  "publisher": "HL7 International / FHIR Infrastructure",
  "contact": [
    {
      "telecom": [
        {
          "system": "url",
          "value": "http://www.hl7.org/Special/committees/fiwg"
        }
      ]
    }
  ],
  "description": "MatchGrade",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "http://unstats.un.org/unsd/methods/m49/m49.htm",
          "code": "001"
        }
      ]
    }
  ],
  "caseSensitive": true,
  "content": "complete",
  "concept": [
    {
      "code": "certain",
      "display": "Certain Match",
      "definition": "This record meets the matching criteria to be automatically considered as a full match."
    },
    {
      "code": "probable",
      "display": "Probable Match",
      "definition": "This record is a close match, but not a certain match. Additional review (e.g. by a human) may be required before using this as a match."
    },
    {
      "code": "possible",
      "display": "Possible Match",
      "definition": "This record may be a matching one. Additional review (e.g. by a human) SHOULD be performed before using this as a match."
    },
    {
      "code": "certainly-not",
      "display": "Certainly Not a Match",
      "definition": "This record is known not to be a match. Note that usually non-matching records are not returned, but in some cases records previously or likely considered as a match may specifically be negated by the matching engine."
    }
  ]
}