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

: FaceRecognitionType - JSON Representation

Draft as of 2023-01-17

Raw json | Download


{
  "resourceType" : "CodeSystem",
  "id" : "FaceRecognitionType",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>This code system <code>https://ancode.app/fhir/CodeSystem/FaceRecognitionType</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\">SmilingFace<a name=\"FaceRecognitionType-SmilingFace\"> </a></td><td>Smiling Face</td></tr><tr><td style=\"white-space:nowrap\">NormalFace<a name=\"FaceRecognitionType-NormalFace\"> </a></td><td>Normal Face</td></tr><tr><td style=\"white-space:nowrap\">RightFace<a name=\"FaceRecognitionType-RightFace\"> </a></td><td>Right Face</td></tr><tr><td style=\"white-space:nowrap\">LeftFace<a name=\"FaceRecognitionType-LeftFace\"> </a></td><td>Left Face</td></tr></table></div>"
  },
  "url" : "https://ancode.app/fhir/CodeSystem/FaceRecognitionType",
  "version" : "0.2.0",
  "name" : "FaceRecognitionType",
  "status" : "draft",
  "experimental" : false,
  "date" : "2023-01-17",
  "publisher" : "Ancode",
  "contact" : [
    {
      "telecom" : [
        {
          "system" : "url",
          "value" : "https://ancode.app"
        }
      ]
    }
  ],
  "description" : "Face Recognition Type",
  "caseSensitive" : true,
  "content" : "complete",
  "concept" : [
    {
      "code" : "SmilingFace",
      "display" : "Smiling Face"
    },
    {
      "code" : "NormalFace",
      "display" : "Normal Face"
    },
    {
      "code" : "RightFace",
      "display" : "Right Face"
    },
    {
      "code" : "LeftFace",
      "display" : "Left Face"
    }
  ]
}