Cqgc Implementation Guide
0.1.0 - CI Build

Cqgc Implementation Guide - Local Development build (v0.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: Ferlab.bio CodeSystem/missing-parent-status - JSON Representation

Active as of 2025-08-01

Raw json | Download

{
  "resourceType" : "CodeSystem",
  "id" : "missing-parent-status",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CodeSystem missing-parent-status</b></p><a name=\"missing-parent-status\"> </a><a name=\"hcmissing-parent-status\"> </a><p>This case-sensitive code system <code>http://fhir.cqgc.ferlab.bio/CodeSystem/missing-parent-status</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>French (fr)</b></td></tr><tr><td style=\"white-space:nowrap\">TEMPORARY<a name=\"missing-parent-status-TEMPORARY\"> </a></td><td>Temporary absence</td><td>Absence temporaire</td></tr><tr><td style=\"white-space:nowrap\">NEVER<a name=\"missing-parent-status-NEVER\"> </a></td><td>Permanent absence</td><td>Absence définitive</td></tr></table></div>"
  },
  "url" : "http://fhir.cqgc.ferlab.bio/CodeSystem/missing-parent-status",
  "version" : "0.1.0",
  "name" : "missing-parent-status",
  "title" : "Missing parent status",
  "status" : "active",
  "experimental" : false,
  "date" : "2025-08-01T14:30:53+00:00",
  "publisher" : "Ferlab.bio",
  "contact" : [
    {
      "name" : "Cqgc",
      "telecom" : [
        {
          "system" : "email",
          "value" : "mailto:support@ferlab.bio"
        }
      ]
    }
  ],
  "description" : "type d'absence pour un parent",
  "caseSensitive" : true,
  "content" : "complete",
  "concept" : [
    {
      "code" : "TEMPORARY",
      "display" : "Temporary absence",
      "designation" : [
        {
          "language" : "fr",
          "value" : "Absence temporaire"
        }
      ]
    },
    {
      "code" : "NEVER",
      "display" : "Permanent absence",
      "designation" : [
        {
          "language" : "fr",
          "value" : "Absence définitive"
        }
      ]
    }
  ]
}