LinuxForHealth FHIR Implementation Guide
8.0.0 - draft United States of America flag

LinuxForHealth FHIR Implementation Guide - Local Development build (v8.0.0). See the Directory of published versions

: Split Method Codes - JSON Representation

Active as of 2022-11-10

Raw json | Download


{
  "resourceType" : "CodeSystem",
  "id" : "split-method",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>This code system <code>http://linuxforhealth.org/fhir/cdm/CodeSystem/split-method</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\">automated<a name=\"split-method-automated\"> </a></td><td>Automoted matching algorithm or model identified an invalid match</td></tr><tr><td style=\"white-space:nowrap\">manual<a name=\"split-method-manual\"> </a></td><td>Manual split performed by a human</td></tr><tr><td style=\"white-space:nowrap\">none<a name=\"split-method-none\"> </a></td><td>No split performed or identifed</td></tr></table></div>"
  },
  "url" : "http://linuxforhealth.org/fhir/cdm/CodeSystem/split-method",
  "version" : "8.0.0",
  "name" : "SplitMethodCodeSystem",
  "title" : "Split Method Codes",
  "status" : "active",
  "date" : "2022-11-10T16:00:46+00:00",
  "publisher" : "LinuxForHealth Team",
  "description" : "Codes indicating methods used to identify matched entities to split",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "urn:iso:std:iso:3166",
          "code" : "US"
        }
      ]
    }
  ],
  "caseSensitive" : true,
  "content" : "complete",
  "count" : 3,
  "concept" : [
    {
      "code" : "automated",
      "display" : "Automoted matching algorithm or model identified an invalid match"
    },
    {
      "code" : "manual",
      "display" : "Manual split performed by a human"
    },
    {
      "code" : "none",
      "display" : "No split performed or identifed"
    }
  ]
}