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

: Identification Type (Patient) - JSON Representation

Active as of 2022-05-31

Raw json | Download


{
  "resourceType" : "CodeSystem",
  "id" : "patient-identification-type",
  "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/patient-identification-type 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\">D<a name=\"patient-identification-type-D\"> </a></td><td>Driver's License</td></tr><tr><td style=\"white-space:nowrap\">N<a name=\"patient-identification-type-N\"> </a></td><td>National ID</td></tr><tr><td style=\"white-space:nowrap\">P<a name=\"patient-identification-type-P\"> </a></td><td>Passport</td></tr><tr><td style=\"white-space:nowrap\">V<a name=\"patient-identification-type-V\"> </a></td><td>Voter Card</td></tr></table></div>"
  },
  "url" : "https://openimis.github.io/openimis_fhir_r4_ig/CodeSystem/patient-identification-type",
  "version" : "1.0.0",
  "name" : "PatientIdentificationTypeCS",
  "title" : "Identification Type (Patient)",
  "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" : "Indicates the type of document the Patient used to identify himself. Values defined by openIMIS. Can be extended.",
  "content" : "complete",
  "count" : 4,
  "concept" : [
    {
      "code" : "D",
      "display" : "Driver's License"
    },
    {
      "code" : "N",
      "display" : "National ID"
    },
    {
      "code" : "P",
      "display" : "Passport"
    },
    {
      "code" : "V",
      "display" : "Voter Card"
    }
  ]
}