FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagehl7.terminology.r3
Resource TypeCodeSystem
IdCodeSystem-accepting-patients.json
FHIR VersionR3

Resources that use this resource

No resources found


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

Source1

{
  "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-12-11T21:56:12-07: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"
    }
  ]
}