FHIR IG Statistics: ValueSet/timepoint-status-vs
Resources that use this resource
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"
}
]
}
]
}
}