Guide d'implémentation de la télésurveillance
0.1.0-ballot - draft France flag

This page is part of the Guide d'implémentation de la télésurveillance (v0.1.0-ballot: Release) based on FHIR (HL7® FHIR® Standard) R4. . For a full list of available versions, see the Directory of published versions

: TLSVObservationExampleDAS28-03 - JSON Representation

Raw json | Download


{
  "resourceType" : "Observation",
  "id" : "TLSVObservationExampleDAS28-03",
  "meta" : {
    "profile" : [
      🔗 "https://interop.esante.gouv.fr/ig/fhir/telesurveillance/StructureDefinition/tlsv-observation"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: Observation </b><a name=\"TLSVObservationExampleDAS28-03\"> </a><a name=\"hcTLSVObservationExampleDAS28-03\"> </a></p><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\">ResourceObservation &quot;TLSVObservationExampleDAS28-03&quot; </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-tlsv-observation.html\">Profil Observation pour la telesurveillance</a></p></div><p><b>status</b>: final</p><p><b>category</b>: Survey <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/5.5.0/CodeSystem-observation-category.html\">Observation Category Codes</a>#survey)</span></p><p><b>code</b>: Visual analog scale pain score <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://browser.ihtsdotools.org/\">SNOMED CT</a>#443394008)</span></p><p><b>subject</b>: <a href=\"Patient-ExamplefrCorePatient001.html\">Patient/ExamplefrCorePatient001: Pierre Durand</a> &quot; DURAND&quot;</p><p><b>effective</b>: 2023-10-09 10:45:00+0200</p><p><b>performer</b>: <a href=\"Patient-ExamplefrCorePatient001.html\">Patient/ExamplefrCorePatient001: Pierre Durand</a> &quot; DURAND&quot;</p><p><b>value</b>: 45</p><p><b>method</b>: Assessment using visual analog pain scale <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://browser.ihtsdotools.org/\">SNOMED CT</a>#445719003)</span></p><h3>ReferenceRanges</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Low</b></td><td><b>High</b></td></tr><tr><td style=\"display: none\">*</td><td>0</td><td>100</td></tr></table><p><b>derivedFrom</b>: <a href=\"https://somefhirserver.fr/QuestionResponse/4365462658738\">https://somefhirserver.fr/QuestionResponse/4365462658738</a></p></div>"
  },
  "status" : "final",
  "category" : [
    {
      "coding" : [
        {
          "system" : "http://terminology.hl7.org/CodeSystem/observation-category",
          "code" : "survey"
        }
      ]
    }
  ],
  "code" : {
    "coding" : [
      {
        "system" : "http://snomed.info/sct",
        "code" : "443394008",
        "display" : "Visual analog scale pain score"
      }
    ]
  },
  "subject" : {
    🔗 "reference" : "Patient/ExamplefrCorePatient001",
    "display" : "Pierre Durand"
  },
  "effectiveDateTime" : "2023-10-09T10:45:00+02:00",
  "performer" : [
    {
      🔗 "reference" : "Patient/ExamplefrCorePatient001",
      "display" : "Pierre Durand"
    }
  ],
  "valueInteger" : 45,
  "method" : {
    "coding" : [
      {
        "system" : "http://snomed.info/sct",
        "code" : "445719003",
        "display" : "Assessment using visual analog pain scale"
      }
    ]
  },
  "referenceRange" : [
    {
      "low" : {
        "value" : 0
      },
      "high" : {
        "value" : 100
      }
    }
  ],
  "derivedFrom" : [
    {
      "reference" : "https://somefhirserver.fr/QuestionResponse/4365462658738"
    }
  ]
}