careMESH NPD
0.1.0 - ci-build United States of America flag

careMESH NPD - Local Development build (v0.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: careMESH Accepting Patients CodeSystem - JSON Representation

Draft as of 2026-03-16

Raw json | Download

{
  "resourceType" : "CodeSystem",
  "id" : "CaremeshAcceptingPatientsCS",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CodeSystem CaremeshAcceptingPatientsCS</b></p><a name=\"CaremeshAcceptingPatientsCS\"> </a><a name=\"hcCaremeshAcceptingPatientsCS\"> </a><a name=\"CaremeshAcceptingPatientsCS-en-US\"> </a><p>This  code system <code>http://fhir.caremesh.app/CodeSystem/CaremeshAcceptingPatientsCS</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=\"CaremeshAcceptingPatientsCS-nopt\"> </a></td><td>Not Accepting</td><td>Not accepting patients</td></tr><tr><td style=\"white-space:nowrap\">newpt<a name=\"CaremeshAcceptingPatientsCS-newpt\"> </a></td><td>Accepting</td><td>Acccepting patients</td></tr><tr><td style=\"white-space:nowrap\">existptonly<a name=\"CaremeshAcceptingPatientsCS-existptonly\"> </a></td><td>Accepting existing patients</td><td>Accepting existing patients</td></tr><tr><td style=\"white-space:nowrap\">existptfam<a name=\"CaremeshAcceptingPatientsCS-existptfam\"> </a></td><td>Accepting existing patients and their families</td><td>Accepting existing patients and their families</td></tr></table></div>"
  },
  "url" : "http://fhir.caremesh.app/CodeSystem/CaremeshAcceptingPatientsCS",
  "version" : "0.1.0",
  "name" : "CaremeshAcceptingPatientsCS",
  "title" : "careMESH Accepting Patients CodeSystem",
  "status" : "draft",
  "date" : "2026-03-16T13:58:56-04:00",
  "publisher" : "careMESH, Inc.",
  "contact" : [
    {
      "name" : "careMESH, Inc.",
      "telecom" : [
        {
          "system" : "url",
          "value" : "http://caremesh.com/"
        },
        {
          "system" : "email",
          "value" : "operations@caremesh.com"
        }
      ]
    }
  ],
  "description" : "Codes to identify if the practice is accepting new patients",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "urn:iso:std:iso:3166",
          "code" : "US",
          "display" : "United States of America"
        }
      ]
    }
  ],
  "content" : "complete",
  "count" : 4,
  "concept" : [
    {
      "code" : "nopt",
      "display" : "Not Accepting",
      "definition" : "Not accepting patients"
    },
    {
      "code" : "newpt",
      "display" : "Accepting",
      "definition" : "Acccepting 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 their families"
    }
  ]
}