Universal API Implementation Guide
1.1.19 - ci-build

Universal API Implementation Guide - Local Development build (v1.1.19). See the Directory of published versions

: UAPI Value Set - Organization Type - JSON Representation

Active as of 2020-06-15

Raw json | Download


{
  "resourceType" : "ValueSet",
  "id" : "uapi-org-type",
  "meta" : {
    "lastUpdated" : "2021-06-02T05:00:00.000+00:00"
  },
  "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 codes from <a href=\"http://hl7.org/fhir/R4B/codesystem-organization-type.html\"><code>http://terminology.hl7.org/CodeSystem/organization-type</code></a> where concept  is-a  <a href=\"http://hl7.org/fhir/R4B/codesystem-organization-type.html#organization-type-prov\">prov</a></li><li>Include codes from <a href=\"http://hl7.org/fhir/R4B/codesystem-organization-type.html\"><code>http://terminology.hl7.org/CodeSystem/organization-type</code></a> where concept  is-a  <a href=\"http://hl7.org/fhir/R4B/codesystem-organization-type.html#organization-type-ins\">ins</a></li><li>Include codes from <a href=\"http://hl7.org/fhir/R4B/codesystem-organization-type.html\"><code>http://terminology.hl7.org/CodeSystem/organization-type</code></a> where concept  is-a  <a href=\"http://hl7.org/fhir/R4B/codesystem-organization-type.html#organization-type-other\">other</a></li></ul></div>"
  },
  "url" : "https://fhir.developer.gene.com/ValueSet/uapi-org-type",
  "version" : "1.1.19",
  "name" : "UapiValueSetOrganizationType",
  "title" : "UAPI Value Set - Organization Type",
  "status" : "active",
  "experimental" : false,
  "date" : "2020-06-15T00:00:00-05:00",
  "publisher" : "Genentech USIX",
  "contact" : [
    {
      "name" : "Krzysztof Wilczek",
      "telecom" : [
        {
          "system" : "email",
          "value" : "mailto:wilczekk@gene.com"
        }
      ]
    }
  ],
  "description" : "This value set contains Organization Types used in the UAPI ",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "urn:iso:std:iso:3166",
          "code" : "US",
          "display" : "United States of America"
        }
      ]
    }
  ],
  "compose" : {
    "include" : [
      {
        "system" : "http://terminology.hl7.org/CodeSystem/organization-type",
        "filter" : [
          {
            "property" : "concept",
            "op" : "is-a",
            "value" : "prov"
          }
        ]
      },
      {
        "system" : "http://terminology.hl7.org/CodeSystem/organization-type",
        "filter" : [
          {
            "property" : "concept",
            "op" : "is-a",
            "value" : "ins"
          }
        ]
      },
      {
        "system" : "http://terminology.hl7.org/CodeSystem/organization-type",
        "filter" : [
          {
            "property" : "concept",
            "op" : "is-a",
            "value" : "other"
          }
        ]
      }
    ]
  }
}