FHIR IG Statistics: ValueSet/TLSVCategory
Resources that use this resource
Resources that this resource uses
Narrative
Note: links and images are rebased to the (stated) source
- Include these codes as defined in
http://terminology.hl7.org/CodeSystem/observation-category
Code | Display | Definition |
survey | Survey | Assessment tool/survey instrument observations (e.g., Apgar Scores, Montreal Cognitive Assessment (MoCA)). |
vital-signs | Vital Signs | Clinical observations measure the body's basic functions such as blood pressure, heart rate, respiratory rate, height, weight, body mass index, head circumference, pulse oximetry, temperature, and body surface area. |
activity | Activity | Observations that measure or record any bodily activity that enhances or maintains physical fitness and overall health and wellness. Not under direct supervision of practitioner such as a physical therapist. (e.g., laps swum, steps, sleep data) |
Source
{
"resourceType": "ValueSet",
"id": "TLSVCategory",
"text": {
"status": "extensions",
"div": "<!-- snip (see above) -->"
},
"url": "https://interop.esante.gouv.fr/ig/fhir/tlsv/ValueSet/TLSVCategory",
"version": "0.1.0",
"name": "TLSVCategory",
"title": "TLSV Categories",
"status": "draft",
"experimental": false,
"date": "2024-10-10T09:00:28+00:00",
"publisher": "ANS",
"contact": [
{
"name": "ANS",
"telecom": [
{
"system": "url",
"value": "https://esante.gouv.fr"
}
]
}
],
"description": "Liste des codes autorisés dans category dans le cadre du profil TLSVObservation",
"jurisdiction": [
{
"coding": [
{
"system": "urn:iso:std:iso:3166",
"code": "FR",
"display": "FRANCE"
}
]
}
],
"compose": {
"include": [
{
"system": "http://terminology.hl7.org/CodeSystem/observation-category",
"concept": [
{
"code": "survey",
"display": "Survey"
},
{
"code": "vital-signs"
},
{
"code": "activity",
"display": "Activity"
}
]
}
]
}
}