NCPI FHIR Implementation Guide v2
0.1.0 - ci-build
NCPI FHIR Implementation Guide v2 - Local Development build (v0.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
Draft as of 2024-11-25 |
{
"resourceType" : "CodeSystem",
"id" : "example-hash-type-code-system",
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CodeSystem example-hash-type-code-system</b></p><a name=\"example-hash-type-code-system\"> </a><a name=\"hcexample-hash-type-code-system\"> </a><a name=\"example-hash-type-code-system-en-US\"> </a><p>This code system <code>https://nih-ncpi.github.io/ncpi-fhir-ig-2/CodeSystem/example-hash-type-code-system</code> defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td style=\"white-space:nowrap\">md5<a name=\"example-hash-type-code-system-md5\"> </a></td><td>md5 hash type</td></tr><tr><td style=\"white-space:nowrap\">sha256<a name=\"example-hash-type-code-system-sha256\"> </a></td><td>sha256 hash type</td></tr><tr><td style=\"white-space:nowrap\">sha512<a name=\"example-hash-type-code-system-sha512\"> </a></td><td>sha512 hash type</td></tr><tr><td style=\"white-space:nowrap\">sha1<a name=\"example-hash-type-code-system-sha1\"> </a></td><td>sha1 hash type</td></tr><tr><td style=\"white-space:nowrap\">crc32<a name=\"example-hash-type-code-system-crc32\"> </a></td><td>crc32 hash type</td></tr><tr><td style=\"white-space:nowrap\">crc32c<a name=\"example-hash-type-code-system-crc32c\"> </a></td><td>crc32c hash type</td></tr><tr><td style=\"white-space:nowrap\">etag<a name=\"example-hash-type-code-system-etag\"> </a></td><td>etag hash type</td></tr></table></div>"
},
"url" : "https://nih-ncpi.github.io/ncpi-fhir-ig-2/CodeSystem/example-hash-type-code-system",
"version" : "0.1.0",
"name" : "HashTypeCS",
"title" : "Hash Types Code System",
"status" : "draft",
"date" : "2024-11-25T15:36:07+00:00",
"publisher" : "NCPI FHIR Working Group",
"contact" : [
{
"name" : "NCPI FHIR Working Group",
"telecom" : [
{
"system" : "url",
"value" : "http://example.org/example-publisher"
},
{
"system" : "email",
"value" : "ncpi-fhir-ig@googlegroups.com"
}
]
}
],
"description" : "Algorithm used to calculate the hash (and size, where applicable)",
"content" : "complete",
"count" : 7,
"concept" : [
{
"code" : "md5",
"display" : "md5 hash type"
},
{
"code" : "sha256",
"display" : "sha256 hash type"
},
{
"code" : "sha512",
"display" : "sha512 hash type"
},
{
"code" : "sha1",
"display" : "sha1 hash type"
},
{
"code" : "crc32",
"display" : "crc32 hash type"
},
{
"code" : "crc32c",
"display" : "crc32c hash type"
},
{
"code" : "etag",
"display" : "etag hash type"
}
]
}