ResMed Core Implementation Guide
0.37.0 - ci-build International flag

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

: ResMed additional codes for the identity reliability codesystem - JSON Representation

Draft as of 2024-01-11

Raw json | Download


{
  "resourceType" : "CodeSystem",
  "id" : "resmed-identity-reliability-code-system",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>This case-sensitive code system <code>http://resmed.com/fhir/core/CodeSystem/resmed-identity-reliability-code-system</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\">QUALIFIED<a name=\"resmed-identity-reliability-code-system-QUALIFIED\"> </a></td><td>Identity verified against INS and evidence of identity recorded</td></tr><tr><td style=\"white-space:nowrap\">RETRIEVED<a name=\"resmed-identity-reliability-code-system-RETRIEVED\"> </a></td><td>Identity verified against INS without evidence of identity</td></tr></table></div>"
  },
  "url" : "http://resmed.com/fhir/core/CodeSystem/resmed-identity-reliability-code-system",
  "version" : "0.37.0",
  "name" : "ResMedIdentityReliabilityCodeSystem",
  "title" : "ResMed additional codes for the identity reliability codesystem",
  "status" : "draft",
  "experimental" : false,
  "date" : "2024-01-11T18:32:48+00:00",
  "publisher" : "ResMed Corp",
  "contact" : [
    {
      "name" : "ResMed Corp",
      "telecom" : [
        {
          "system" : "url",
          "value" : "https://www.resmed.com"
        },
        {
          "system" : "email",
          "value" : "atomteam-halifax@resmed.com"
        }
      ]
    }
  ],
  "description" : "The French CodeSystem for INS identity reliability is missing codes for the 'QUALIFIED' and 'RETRIEVED' statuses identified in their DMD requirements. This CodeSystem defines them.",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "http://unstats.un.org/unsd/methods/m49/m49.htm",
          "code" : "001"
        }
      ]
    }
  ],
  "caseSensitive" : true,
  "content" : "complete",
  "count" : 2,
  "concept" : [
    {
      "code" : "QUALIFIED",
      "display" : "Identity verified against INS and evidence of identity recorded"
    },
    {
      "code" : "RETRIEVED",
      "display" : "Identity verified against INS without evidence of identity"
    }
  ]
}