Guide d'implémentation de la télésurveillance
0.1.0 - trial-use France flag

This page is part of the Guide d'implémentation de la télésurveillance (v0.1.0: Release) based on FHIR (HL7® FHIR® Standard) R4. This is the current published version in its permanent home (it will always be available at this URL). For a full list of available versions, see the Directory of published versions

: TLSV Categories - JSON Representation

Draft as of 2024-10-10

Raw json | Download

{
  "resourceType" : "ValueSet",
  "id" : "TLSVCategory",
  "text" : {
    "status" : "extensions",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ValueSet TLSVCategory</b></p><a name=\"TLSVCategory\"> </a><a name=\"hcTLSVCategory\"> </a><a name=\"TLSVCategory-fr-FR\"> </a><ul><li>Include these codes as defined in <a href=\"http://terminology.hl7.org/6.0.2/CodeSystem-observation-category.html\"><code>http://terminology.hl7.org/CodeSystem/observation-category</code></a><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td><a href=\"http://terminology.hl7.org/6.0.2/CodeSystem-observation-category.html#observation-category-survey\">survey</a></td><td>Survey</td><td>Assessment tool/survey instrument observations (e.g., Apgar Scores, Montreal Cognitive Assessment (MoCA)).</td></tr><tr><td><a href=\"http://terminology.hl7.org/6.0.2/CodeSystem-observation-category.html#observation-category-vital-signs\">vital-signs</a></td><td style=\"color: #cccccc\">Vital Signs</td><td>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.</td></tr><tr><td><a href=\"http://terminology.hl7.org/6.0.2/CodeSystem-observation-category.html#observation-category-activity\">activity</a></td><td>Activity</td><td>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)</td></tr></table></li></ul></div>"
  },
  "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"
          }
        ]
      }
    ]
  }
}