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

: Attribution Codes - JSON Representation

Active as of 2022-11-10

Raw json | Download


{
  "resourceType" : "ValueSet",
  "id" : "attribution-code-vs",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>This value set includes codes based on the following rules:</p><ul><li>Include all codes defined in <a href=\"CodeSystem-attribution-code-system.html\"><code>http://linuxforhealth.org/fhir/cdm/CodeSystem/attribution-code-system</code></a></li><li>Include all codes defined in <a href=\"CodeSystem-attribution-source.html\"><code>http://linuxforhealth.org/fhir/cdm/CodeSystem/attribution-source</code></a></li><li>Include all codes defined in <a href=\"CodeSystem-attribution-product.html\"><code>http://linuxforhealth.org/fhir/cdm/CodeSystem/attribution-product</code></a></li></ul></div>"
  },
  "url" : "http://linuxforhealth.org/fhir/cdm/ValueSet/attribution-code-vs",
  "version" : "8.0.0",
  "name" : "AttributionCodeValueSet",
  "title" : "Attribution Codes",
  "status" : "active",
  "date" : "2022-11-10T16:00:46+00:00",
  "publisher" : "LinuxForHealth Team",
  "description" : "Types of attribution used to associate a patient to a provider",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "urn:iso:std:iso:3166",
          "code" : "US"
        }
      ]
    }
  ],
  "compose" : {
    "include" : [
      {
        "system" : "http://linuxforhealth.org/fhir/cdm/CodeSystem/attribution-code-system"
      },
      {
        "system" : "http://linuxforhealth.org/fhir/cdm/CodeSystem/attribution-source"
      },
      {
        "system" : "http://linuxforhealth.org/fhir/cdm/CodeSystem/attribution-product"
      }
    ]
  }
}