PACIO Re-Assessment Timepoints Implementation Guide
1.0.0 - STU 1 United States of America flag

PACIO Re-Assessment Timepoints Implementation Guide, published by HL7 Community-Based Care and Privacy Working Group. This is not an authorized publication; it is the continuous build for version 1.0.0). This version is based on the current content of https://github.com/HL7/fhir-pacio-rt/ and changes regularly. See the Directory of published versions

: Timepoint Service Type Code System - JSON Representation

Active as of 2022-10-03

Raw json | Download


{
  "resourceType" : "CodeSystem",
  "id" : "timepoint-service-type-cs",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>This code system <code>http://hl7.org/fhir/us/pacio-rt/CodeSystem/timepoint-service-type-cs</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\">oasis<a name=\"timepoint-service-type-cs-oasis\"> </a></td><td>Outcome and Assessment Information Set</td><td>CMS Home Health Outcome and Assessment Information Set</td></tr><tr><td style=\"white-space:nowrap\">mds<a name=\"timepoint-service-type-cs-mds\"> </a></td><td>Minimum Data Set</td><td>CMS Minimum Data Set - Resident Assessment and Care Screening</td></tr><tr><td style=\"white-space:nowrap\">pt<a name=\"timepoint-service-type-cs-pt\"> </a></td><td>Physical Therapy Assessment</td><td>Physical Therapy Assessment</td></tr></table></div>"
  },
  "url" : "http://hl7.org/fhir/us/pacio-rt/CodeSystem/timepoint-service-type-cs",
  "version" : "1.0.0",
  "name" : "TimepointServiceTypeCodeSystem",
  "title" : "Timepoint Service Type Code System",
  "status" : "active",
  "experimental" : false,
  "date" : "2022-10-03T00:58:29+00:00",
  "publisher" : "HL7 Community-Based Care and Privacy Working Group",
  "contact" : [
    {
      "name" : "HL7 Community-Based Care and Privacy Working Group",
      "telecom" : [
        {
          "system" : "url",
          "value" : "https://www.hl7.org/Special/committees/homehealth"
        },
        {
          "system" : "email",
          "value" : "patients@lists.HL7.org"
        }
      ]
    },
    {
      "name" : "PACIO project",
      "telecom" : [
        {
          "system" : "url",
          "value" : "https://pacioproject.org/"
        },
        {
          "system" : "email",
          "value" : "info@pacioproject.org"
        }
      ]
    }
  ],
  "description" : "Defining codes for describing various service types of clinical assessment or instrument that a timepoint is centered on.",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "urn:iso:std:iso:3166",
          "code" : "US"
        }
      ]
    }
  ],
  "caseSensitive" : true,
  "content" : "complete",
  "count" : 3,
  "concept" : [
    {
      "code" : "oasis",
      "display" : "Outcome and Assessment Information Set",
      "definition" : "CMS Home Health Outcome and Assessment Information Set"
    },
    {
      "code" : "mds",
      "display" : "Minimum Data Set",
      "definition" : "CMS Minimum Data Set - Resident Assessment and Care Screening"
    },
    {
      "code" : "pt",
      "display" : "Physical Therapy Assessment",
      "definition" : "Physical Therapy Assessment"
    }
  ]
}