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

FHIR IG Statistics: CodeSystem/timepoint-entity-cs

Packagehl7.fhir.us.pacio-rt
TypeCodeSystem
Idtimepoint-entity-cs
FHIR VersionR4
Sourcehttp://hl7.org/fhir/us/pacio-rt/https://build.fhir.org/ig/HL7/fhir-pacio-rt/CodeSystem-timepoint-entity-cs.html
URLhttp://hl7.org/fhir/us/pacio-rt/CodeSystem/timepoint-entity-cs
Version1.0.0
Statusactive
Date2022-10-03T00:58:29+00:00
NameTimepointEntityCodeSystem
TitleTimepoint Entity Code System
Realmus
Authorityhl7
DescriptionDefining codes for describing various entity types for structuring timepoints.
Contentcomplete

Resources that use this resource

ValueSet
timepoint-entity-type-vsTimepoint Entity 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-entity-cs defines the following codes:

CodeDisplayDefinition
payer PayerPayer
regulatory-state Regulatory - StateRegulatory - State
regulatory-federal Regulatory - FederalRegulatory - Federal
provider ProviderProvider
accreditation-agency Accreditation AgencyAccreditation Agency

Source

{
  "resourceType": "CodeSystem",
  "id": "timepoint-entity-cs",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "url": "http://hl7.org/fhir/us/pacio-rt/CodeSystem/timepoint-entity-cs",
  "version": "1.0.0",
  "name": "TimepointEntityCodeSystem",
  "title": "Timepoint Entity 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 entity types for structuring timepoints.",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "urn:iso:std:iso:3166",
          "code": "US"
        }
      ]
    }
  ],
  "caseSensitive": true,
  "content": "complete",
  "count": 5,
  "concept": [
    {
      "code": "payer",
      "display": "Payer",
      "definition": "Payer"
    },
    {
      "code": "regulatory-state",
      "display": "Regulatory - State",
      "definition": "Regulatory - State"
    },
    {
      "code": "regulatory-federal",
      "display": "Regulatory - Federal",
      "definition": "Regulatory - Federal"
    },
    {
      "code": "provider",
      "display": "Provider",
      "definition": "Provider"
    },
    {
      "code": "accreditation-agency",
      "display": "Accreditation Agency",
      "definition": "Accreditation Agency"
    }
  ]
}