| Package | hl7.fhir.uv.extensions |
| Resource Type | CodeSystem |
| Id | match-grade |
| FHIR Version | R5 |
| Source | http://hl7.org/fhir/extensions/https://build.fhir.org/ig/HL7/fhir-extensions/CodeSystem-match-grade.html |
| URL | http://hl7.org/fhir/match-grade |
| Version | 5.3.0-ballot-tc1 |
| Status | active |
| Date | 2025-08-04T03:03:22+00:00 |
| Name | MatchGrade |
| Title | match grade code system |
| Realm | uv |
| Authority | hl7 |
| Description | MatchGrade |
| Content | complete |
| ValueSet | |
| match-grade | match grade value set |
No resources found
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:
{
"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-tc1",
"name": "MatchGrade",
"title": "match grade code system",
"status": "active",
"experimental": false,
"date": "2025-08-04T03:03:22+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."
}
]
}