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

FHIR IG Statistics: CodeSystem/timepoint-service-type-cs

Packagehl7.fhir.us.pacio-rt
TypeCodeSystem
Idtimepoint-service-type-cs
FHIR VersionR4
Sourcehttp://hl7.org/fhir/us/pacio-rt/https://build.fhir.org/ig/HL7/fhir-pacio-rt/CodeSystem-timepoint-service-type-cs.html
URLhttp://hl7.org/fhir/us/pacio-rt/CodeSystem/timepoint-service-type-cs
Version1.0.0
Statusactive
Date2022-10-03T00:58:29+00:00
NameTimepointServiceTypeCodeSystem
TitleTimepoint Service Type Code System
Realmus
Authorityhl7
DescriptionDefining codes for describing various service types of clinical assessment or instrument that a timepoint is centered on.
Contentcomplete

Resources that use this resource

ValueSet
timepoint-service-type-vsTimepoint Service Type 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/pacio-rt/CodeSystem/timepoint-service-type-cs defines the following codes:

CodeDisplayDefinition
oasis Outcome and Assessment Information SetCMS Home Health Outcome and Assessment Information Set
mds Minimum Data SetCMS Minimum Data Set - Resident Assessment and Care Screening
pt Physical Therapy AssessmentPhysical Therapy Assessment

Source

{
  "resourceType": "CodeSystem",
  "id": "timepoint-service-type-cs",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "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"
    }
  ]
}