Universal API Implementation Guide
1.1.20 - ci-build

Universal API Implementation Guide - Local Development build (v1.1.20) built by the FHIR (HL7® FHIR® Standard) Build Tools. 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 class=\"res-header-id\"><b>Generated Narrative: ValueSet uapi-org-type</b></p><a name=\"uapi-org-type\"> </a><a name=\"hcuapi-org-type\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\">Last updated: 2021-06-02 05:00:00+0000</p></div><p>This value set includes codes based on the following rules:</p><ul><li>Include codes from<a href=\"http://terminology.hl7.org/6.4.0/CodeSystem-organization-type.html\"><code>http://terminology.hl7.org/CodeSystem/organization-type</code></a> where concept  is-a <a href=\"http://terminology.hl7.org/6.4.0/CodeSystem-organization-type.html#organization-type-prov\">prov</a></li><li>Include codes from<a href=\"http://terminology.hl7.org/6.4.0/CodeSystem-organization-type.html\"><code>http://terminology.hl7.org/CodeSystem/organization-type</code></a> where concept  is-a <a href=\"http://terminology.hl7.org/6.4.0/CodeSystem-organization-type.html#organization-type-ins\">ins</a></li><li>Include codes from<a href=\"http://terminology.hl7.org/6.4.0/CodeSystem-organization-type.html\"><code>http://terminology.hl7.org/CodeSystem/organization-type</code></a> where concept  is-a <a href=\"http://terminology.hl7.org/6.4.0/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.20",
  "name" : "UapiValueSetOrganizationType",
  "title" : "UAPI Value Set - Organization Type",
  "status" : "active",
  "experimental" : false,
  "date" : "2020-06-15T00:00:00-05:00",
  "contact" : [
    {
      "name" : "Krzysztof Wilczek",
      "telecom" : [
        {
          "system" : "email",
          "value" : "mailto:wilczekk@gene.com"
        }
      ]
    }
  ],
  "description" : "This value set contains Organization Types used in the UAPI ",
  "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"
          }
        ]
      }
    ]
  }
}