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

FHIR IG Statistics: CodeSystem/timepoint-class-cs

Packagehl7.fhir.us.pacio-rt
TypeCodeSystem
Idtimepoint-class-cs
FHIR VersionR4
Sourcehttp://hl7.org/fhir/us/pacio-rt/https://build.fhir.org/ig/HL7/fhir-pacio-rt/CodeSystem-timepoint-class-cs.html
URLhttp://hl7.org/fhir/us/pacio-rt/CodeSystem/timepoint-class-cs
Version1.0.0
Statusactive
Date2022-10-03T00:58:29+00:00
NameTimepointClassCodeSystem
TitleTimepoint Class Code System
Realmus
Authorityhl7
DescriptionDefining codes for the classification of patient timepoint such as skilled nursing facility, home health, etc.
Contentcomplete

Resources that use this resource

ValueSet
timepoint-class-vsTimepoint Class 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-class-cs defines the following codes:

CodeDisplayDefinition
SNF skilled nursing facilityHealthcare encounter that takes place in a skilled nursing facility.

Source

{
  "resourceType": "CodeSystem",
  "id": "timepoint-class-cs",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "url": "http://hl7.org/fhir/us/pacio-rt/CodeSystem/timepoint-class-cs",
  "version": "1.0.0",
  "name": "TimepointClassCodeSystem",
  "title": "Timepoint Class 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 the classification of patient timepoint such as skilled nursing facility, home health, etc.",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "urn:iso:std:iso:3166",
          "code": "US"
        }
      ]
    }
  ],
  "caseSensitive": true,
  "content": "complete",
  "count": 1,
  "concept": [
    {
      "code": "SNF",
      "display": "skilled nursing facility",
      "definition": "Healthcare encounter that takes place in a skilled nursing facility."
    }
  ]
}