HL7 Terminology (THO)
6.3.0 - Continuous Process Integration (ci build) International flag

HL7 Terminology (THO), published by HL7 International - Vocabulary Work Group. This guide is not an authorized publication; it is the continuous build for version 6.3.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/UTG/ and changes regularly. See the Directory of published versions

: Accepting Patients - JSON Representation

Active as of 2025-05-07 Maturity Level: 1

Raw json | Download

{
  "resourceType" : "CodeSystem",
  "id" : "accepting-patients",
  "meta" : {
    "lastUpdated" : "2020-04-09T21:10:28.568+00:00",
    "profile" : [
      🔗 "http://hl7.org/fhir/StructureDefinition/shareablecodesystem"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CodeSystem accepting-patients</b></p><a name=\"accepting-patients\"> </a><a name=\"hcaccepting-patients\"> </a><a name=\"accepting-patients-en-US\"> </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: 2020-04-09 21:10:28+0000</p><p style=\"margin-bottom: 0px\">Profile: <a href=\"http://hl7.org/fhir/R5/shareablecodesystem.html\">Shareable CodeSystem</a></p></div><p>This case-sensitive code system <code>http://terminology.hl7.org/CodeSystem/accepting-patients</code> defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td style=\"white-space:nowrap\">nopt<a name=\"accepting-patients-nopt\"> </a></td><td>Not Accepting</td><td>Not accepting patients</td></tr><tr><td style=\"white-space:nowrap\">newpt<a name=\"accepting-patients-newpt\"> </a></td><td>Accepting new and existing patients</td><td>Accepting new and existing patients</td></tr><tr><td style=\"white-space:nowrap\">existptonly<a name=\"accepting-patients-existptonly\"> </a></td><td>Accepting existing patients only</td><td>Accepting existing patients only</td></tr><tr><td style=\"white-space:nowrap\">existptfam<a name=\"accepting-patients-existptfam\"> </a></td><td>Accepting existing patients and their families only</td><td>Accepting existing patients and members of their families only</td></tr></table></div>"
  },
  "extension" : [
    {
      "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
      "valueCode" : "pa"
    },
    {
      "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
      "valueInteger" : 1
    }
  ],
  "url" : "http://terminology.hl7.org/CodeSystem/accepting-patients",
  "version" : "1.0.0",
  "name" : "AcceptingPatients",
  "title" : "Accepting Patients",
  "status" : "active",
  "experimental" : false,
  "date" : "2025-05-07T06:15:17+00:00",
  "publisher" : "Health Level Seven International",
  "contact" : [
    {
      "telecom" : [
        {
          "system" : "url",
          "value" : "http://hl7.org"
        },
        {
          "system" : "email",
          "value" : "hq@HL7.org"
        }
      ]
    }
  ],
  "description" : "This code system defines a set of codes that can be used to indicate a practice is accepting new patients.",
  "copyright" : "This material derives from the HL7 Terminology (THO). THO is copyright ©1989+ Health Level Seven International and is made available under the CC0 designation. For more licensing information see: https://terminology.hl7.org/license",
  "caseSensitive" : true,
  "valueSet" : "http://terminology.hl7.org/ValueSet/accepting-patients",
  "content" : "complete",
  "concept" : [
    {
      "code" : "nopt",
      "display" : "Not Accepting",
      "definition" : "Not accepting patients"
    },
    {
      "code" : "newpt",
      "display" : "Accepting new and existing patients",
      "definition" : "Accepting new and existing patients"
    },
    {
      "code" : "existptonly",
      "display" : "Accepting existing patients only",
      "definition" : "Accepting existing patients only"
    },
    {
      "code" : "existptfam",
      "display" : "Accepting existing patients and their families only",
      "definition" : "Accepting existing patients and members of their families only"
    }
  ]
}