HL7 FHIR® US Core Implementation Guide STU3 Release 3.1.1

Publication Build: This will be filled in by the publication tooling

JSON Format: ValueSet-us-core-encounter-type

Download Raw json

{
  "resourceType" : "ValueSet",
  "id" : "us-core-encounter-type",
  "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://www.snomed.org/\"><code>http://snomed.info/sct</code></a> where concept  is-a  308335008 (Patient encounter procedure)</li><li>Include all codes defined in <a href=\"https://terminology.hl7.org/1.0.0//CodeSystem-v3-cpt-4.html\"><code>http://www.ama-assn.org/go/cpt</code></a></li></ul></div>"
  },
  "url" : "http://hl7.org/fhir/us/core/ValueSet/us-core-encounter-type",
  "identifier" : [
    {
      "system" : "urn:ietf:rfc:3986",
      "value" : "urn:oid:2.16.840.1.113883.3.88.12.80.32"
    }
  ],
  "version" : "3.1.1",
  "name" : "USCoreEncounterType",
  "title" : "US Core Encounter Type",
  "status" : "active",
  "date" : "2019-05-21",
  "publisher" : "HL7 US Realm Steering Committee",
  "contact" : [
    {
      "telecom" : [
        {
          "system" : "other",
          "value" : "http://hl7.org/fhir"
        }
      ]
    }
  ],
  "description" : "The type of encounter: a specific code indicating type of service provided. This value set includes codes from SNOMED CT decending from the concept 308335008 (Patient encounter procedure (procedure)) and from the Current Procedure and Terminology(CPT) designated for Evaluation and Management (99200 – 99607) (subscription to AMA Required)",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "urn:iso:std:iso:3166",
          "code" : "US",
          "display" : "United States of America"
        }
      ]
    }
  ],
  "copyright" : "This value set includes content from:\n 1. SNOMED CT, which is copyright © 2002+ International Health Terminology Standards Development Organisation (IHTSDO), and distributed by agreement between IHTSDO and HL7. Implementer use of SNOMED CT is not covered by this agreement.\n  2. CPT copyright 2014 American Medical Association. All rights reserved.",
  "compose" : {
    "include" : [
      {
        "system" : "http://snomed.info/sct",
        "filter" : [
          {
            "property" : "concept",
            "op" : "is-a",
            "value" : "308335008"
          }
        ]
      },
      {
        "system" : "http://www.ama-assn.org/go/cpt"
      }
    ]
  }
}