Guia de Implementação do AnHealth
0.2.0 - CI Build

Guia de Implementação do AnHealth - Local Development build (v0.2.0). See the Directory of published versions

: BiometricsType - JSON Representation

Draft as of 2023-01-17

Raw json | Download


{
  "resourceType" : "CodeSystem",
  "id" : "BiometricsType",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>This code system <code>https://ancode.app/fhir/CodeSystem/BiometricsType</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\">FacialRecognition<a name=\"BiometricsType-FacialRecognition\"> </a></td><td>Facial Recognition</td></tr></table></div>"
  },
  "url" : "https://ancode.app/fhir/CodeSystem/BiometricsType",
  "version" : "0.2.0",
  "name" : "BiometricsType",
  "status" : "draft",
  "experimental" : false,
  "date" : "2023-01-17",
  "publisher" : "Ancode",
  "contact" : [
    {
      "telecom" : [
        {
          "system" : "url",
          "value" : "https://ancode.app"
        }
      ]
    }
  ],
  "description" : "Biometrics Type",
  "caseSensitive" : true,
  "content" : "complete",
  "concept" : [
    {
      "code" : "FacialRecognition",
      "display" : "Facial Recognition"
    }
  ]
}