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

FHIR IG Statistics: ValueSet/timepoint-status-vs

Packagehl7.fhir.us.pacio-rt
TypeValueSet
Idtimepoint-status-vs
FHIR VersionR4
Sourcehttp://hl7.org/fhir/us/pacio-rt/https://build.fhir.org/ig/HL7/fhir-pacio-rt/ValueSet-timepoint-status-vs.html
URLhttp://hl7.org/fhir/us/pacio-rt/ValueSet/timepoint-status-vs
Version1.0.0
Statusactive
Date2022-10-03T00:58:29+00:00
NameTimepointStatusValueSet
TitleTimepoint Status Value Set
Realmus
Authorityhl7
DescriptionCodes for the current state of the re-assessment timepoint.

Resources that use this resource

StructureDefinition
reassessment-timepoints-encounterRe-Assessment Timepoints Encounter

Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source


Source

{
  "resourceType": "ValueSet",
  "id": "timepoint-status-vs",
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "url": "http://hl7.org/fhir/us/pacio-rt/ValueSet/timepoint-status-vs",
  "version": "1.0.0",
  "name": "TimepointStatusValueSet",
  "title": "Timepoint Status Value Set",
  "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": "Codes for the current state of the re-assessment timepoint.",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "urn:iso:std:iso:3166",
          "code": "US"
        }
      ]
    }
  ],
  "compose": {
    "include": [
      {
        "system": "http://hl7.org/fhir/encounter-status",
        "concept": [
          {
            "code": "in-progress"
          },
          {
            "code": "finished"
          },
          {
            "code": "planned"
          }
        ]
      }
    ]
  }
}