FHIR IG analytics| Package | hl7.fhir.uv.extensions.r4b |
| Resource Type | CodeSystem |
| Id | CodeSystem-integrity-check-algorithms.json |
| FHIR Version | R4B |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: CodeSystem integrity-check-algorithms
This case-sensitive code system http://hl7.org/fhir/CodeSystem/integrity-check-algorithms defines the following codes:
| Code |
| SHA-1 |
| SHA-224 |
| SHA-256 |
| SHA-384 |
| SHA-512 |
| SHA-512/224 |
| SHA-512/256 |
{
"resourceType": "CodeSystem",
"id": "integrity-check-algorithms",
"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-fmm",
"valueInteger": 2
},
{
"url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
"valueCode": "trial-use",
"_valueCode": {
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom",
"valueCanonical": "http://hl7.org/fhir/extensions/ImplementationGuide/hl7.fhir.uv.extensions"
}
]
}
}
],
"url": "http://hl7.org/fhir/CodeSystem/integrity-check-algorithms",
"version": "5.3.0",
"name": "IntegrityCheckAlgorithms",
"title": "Integrity check algorithms CodeSystem",
"status": "active",
"experimental": false,
"date": "2024-04-11",
"publisher": "HL7 International / FHIR Infrastructure",
"contact": [
{
"telecom": [
{
"system": "url",
"value": "http://www.hl7.org/Special/committees/fiwg"
}
]
}
],
"description": "Integrity check algorithms CodeSystem",
"jurisdiction": [
{
"coding": [
{
"system": "http://unstats.un.org/unsd/methods/m49/m49.htm",
"code": "001"
}
]
}
],
"caseSensitive": true,
"valueSet": "http://hl7.org/fhir/ValueSet/integrity-check-algorithms",
"content": "complete",
"concept": [
{
"code": "SHA-1",
"display": "SHA-1"
},
{
"code": "SHA-224",
"display": "SHA-224"
},
{
"code": "SHA-256",
"display": "SHA-256"
},
{
"code": "SHA-384",
"display": "SHA-384"
},
{
"code": "SHA-512",
"display": "SHA-512"
},
{
"code": "SHA-512/224",
"display": "SHA-512/224"
},
{
"code": "SHA-512/256",
"display": "SHA-512/256"
}
]
}