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

FHIR IG Statistics: CodeSystem/AcceptingPatientsCS

Packagehl7.fhir.us.directory-query
TypeCodeSystem
IdAcceptingPatientsCS
FHIR VersionR4
Sourcehttp://hl7.org/fhir/us/directory-query/https://build.fhir.org/ig/HL7/fhir-directory-query/CodeSystem-AcceptingPatientsCS.html
URLhttp://hl7.org/fhir/us/directory-query/CodeSystem/AcceptingPatientsCS
Version1.0.0-ballot
Statusactive
Date2022-12-08T23:00:33+00:00
NameAcceptingPatientsCS
TitleAccepting Patients Codes Code System
Realmus
Authorityhl7
DescriptionCodes to identify if the practice is accepting new patients
Contentcomplete

Resources that use this resource

ValueSet
AcceptingPatientsVSAccepting Patients Codes Value Set

Resources that this resource uses

No resources found


Narrative

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

This code system http://hl7.org/fhir/us/directory-query/CodeSystem/AcceptingPatientsCS defines the following codes:

CodeDisplayDefinition
nopt Not AcceptingNot accepting patients
newpt AcceptingAccepting patients
existptonly Accepting existing patientsAccepting existing patients
existptfam Accepting existing patients and their familiesAccepting existing patients and members of their families

Source

{
  "resourceType": "CodeSystem",
  "id": "AcceptingPatientsCS",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "url": "http://hl7.org/fhir/us/directory-query/CodeSystem/AcceptingPatientsCS",
  "version": "1.0.0-ballot",
  "name": "AcceptingPatientsCS",
  "title": "Accepting Patients Codes Code System",
  "status": "active",
  "experimental": false,
  "date": "2022-12-08T23:00:33+00:00",
  "publisher": "HL7 International - Patient Administration Work Group",
  "contact": [
    {
      "name": "HL7 International - Patient Administration Work Group",
      "telecom": [
        {
          "system": "url",
          "value": "http://hl7.org/Special/committees/pafm"
        },
        {
          "system": "email",
          "value": "pafm@lists.hl7.org"
        }
      ]
    }
  ],
  "description": "Codes to identify if the practice is accepting new patients",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "urn:iso:std:iso:3166",
          "code": "US"
        }
      ]
    }
  ],
  "caseSensitive": true,
  "content": "complete",
  "count": 4,
  "concept": [
    {
      "code": "nopt",
      "display": "Not Accepting",
      "definition": "Not accepting patients"
    },
    {
      "code": "newpt",
      "display": "Accepting",
      "definition": "Accepting patients"
    },
    {
      "code": "existptonly",
      "display": "Accepting existing patients",
      "definition": "Accepting existing patients"
    },
    {
      "code": "existptfam",
      "display": "Accepting existing patients and their families",
      "definition": "Accepting existing patients and members of their families"
    }
  ]
}