FHIR © HL7.org  |  Server Home  |  XIG Home  |  Server Source  |  FHIR  

FHIR IG Statistics: CodeSystem/accepting-patients

Packagehl7.terminology.r3
TypeCodeSystem
Idaccepting-patients
FHIR VersionR3
Sourcehttp://terminology.hl7.org/http://terminology.hl7.org/6.5.0/CodeSystem-accepting-patients.html
URLhttp://terminology.hl7.org/CodeSystem/accepting-patients
Version1.0.0
Statusactive
Date2025-07-07T07:35:25-06:00
NameAcceptingPatients
TitleAccepting Patients
Realmuv
Authorityhl7
DescriptionThis code system defines a set of codes that can be used to indicate a practice is accepting new patients.
CopyrightThis 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
Contentcomplete

Resources that use this resource

ValueSet
accepting-patientsAccepting Patients
AcceptingPatientsVSAccepting Patients Codes Value Set
accepting-patientsAccepting Patients

Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: CodeSystem accepting-patients

Last updated: 2020-04-09 21:10:28+0000

Profile: Shareable CodeSystem

This case-sensitive code system http://terminology.hl7.org/CodeSystem/accepting-patients defines the following codes:

CodeDisplayDefinition
nopt Not AcceptingNot accepting patients
newpt Accepting new and existing patientsAccepting new and existing patients
existptonly Accepting existing patients onlyAccepting existing patients only
existptfam Accepting existing patients and their families onlyAccepting existing patients and members of their families only

Source

{
  "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": "<!-- snip (see above) -->"
  },
  "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-07-07T07:35:25-06: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"
    }
  ]
}