Package | hl7.fhir.uv.extensions |
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 |
Status | draft |
Date | 2025-07-20T22:32:31+00:00 |
Name | MatchGrade |
Title | match grade code system |
Realm | uv |
Authority | hl7 |
Description | MatchGrade |
Content | complete |
ValueSet | |
match-grade | match grade value set |
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", "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." } ] }