openIMIS FHIR R4 Implementation Guide
1.0.0 - ci-build
openIMIS FHIR R4 Implementation Guide - Local Development build (v1.0.0). See the Directory of published versions
Active as of 2022-05-31 |
{
"resourceType" : "CodeSystem",
"id" : "openimis-identifiers",
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>This code system https://openimis.github.io/openimis_fhir_r4_ig/CodeSystem/openimis-identifiers 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\">UUID<a name=\"openimis-identifiers-UUID\"> </a></td><td>UUID unique identifier</td><td>The UUID V4 unique identifier that is generated by the openIMIS Database</td></tr><tr><td style=\"white-space:nowrap\">Code<a name=\"openimis-identifiers-Code\"> </a></td><td>Unique code</td><td>An identifier issued by the implementer to identify an openIMIS entity</td></tr></table></div>"
},
"url" : "https://openimis.github.io/openimis_fhir_r4_ig/CodeSystem/openimis-identifiers",
"version" : "1.0.0",
"name" : "OpenIMISIdentifierCS",
"title" : "openIMIS Identifiers (All)",
"status" : "active",
"date" : "2022-05-31T10:56:28+00:00",
"publisher" : "openIMIS Initiative",
"contact" : [
{
"name" : "openIMIS Initiative",
"telecom" : [
{
"system" : "url",
"value" : "https://www.openimis.org"
}
]
},
{
"name" : "Dragos Dobre",
"telecom" : [
{
"system" : "email",
"value" : "[email protected]",
"use" : "work"
}
]
}
],
"description" : "Identifiers that are specific to openIMIS and could not be found in standard sources.",
"content" : "complete",
"count" : 2,
"concept" : [
{
"code" : "UUID",
"display" : "UUID unique identifier",
"definition" : "The UUID V4 unique identifier that is generated by the openIMIS Database"
},
{
"code" : "Code",
"display" : "Unique code",
"definition" : "An identifier issued by the implementer to identify an openIMIS entity"
}
]
}