LinuxForHealth FHIR Implementation Guide - Local Development build (v8.0.0). See the Directory of published versions
: Basic Resource Type Codes - JSON Representation
Raw json | Download
{
"resourceType" : "CodeSystem",
"id" : "basic-resource-type",
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>This code system <code>http://linuxforhealth.org/fhir/cdm/CodeSystem/basic-resource-type</code> defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td style=\"white-space:nowrap\">patient-tokens<a name=\"basic-resource-type-patient-tokens\"> </a></td><td>Patient Tokens</td><td>A set of anonymous patient identifiers created by hashing Personally identifiable information (PII)</td></tr></table></div>"
},
"url" : "http://linuxforhealth.org/fhir/cdm/CodeSystem/basic-resource-type",
"version" : "8.0.0",
"name" : "BasicResourceTypeCodeSystem",
"title" : "Basic Resource Type Codes",
"status" : "active",
"date" : "2022-11-10T16:00:46+00:00",
"publisher" : "LinuxForHealth Team",
"description" : "Standard codes for the basic resource type",
"jurisdiction" : [
{
"coding" : [
{
"system" : "urn:iso:std:iso:3166",
"code" : "US"
}
]
}
],
"caseSensitive" : true,
"content" : "complete",
"count" : 1,
"concept" : [
{
"code" : "patient-tokens",
"display" : "Patient Tokens",
"definition" : "A set of anonymous patient identifiers created by hashing Personally identifiable information (PII)"
}
]
}