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

: TLSVObservationExample04 - JSON Representation

Raw json | Download

{
  "resourceType" : "Observation",
  "id" : "TLSVObservationExample04",
  "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 class=\"res-header-id\"><b>Generated Narrative: Observation TLSVObservationExample04</b></p><a name=\"TLSVObservationExample04\"> </a><a name=\"hcTLSVObservationExample04\"> </a><a name=\"TLSVObservationExample04-fr-FR\"> </a><p><b>status</b>: Final</p><p><b>category</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/observation-category survey}\">Survey</span></p><p><b>code</b>: <span title=\"Codes:{http://loinc.org 29463-7}\">weight</span></p><p><b>subject</b>: <a href=\"Patient-ExamplefrCorePatient001.html\">Pierre Durand</a></p><p><b>effective</b>: 2023-10-09</p><p><b>performer</b>: <a href=\"Patient-ExamplefrCorePatient001.html\">Pierre Durand</a></p><p><b>value</b>: 62 kg<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM  code[kg] = '[kg]')</span></p><p><b>device</b>: <a href=\"Device-phd-74E8FFFEFF051C00.html\">Device: identifier = SYSID,BTMAC; manufacturer = Nonin_Medical_Inc.; serialNumber = 501900083; modelNumber = Model 3230; type = MDC_MOC_VMS_MDS_SIMP</a></p><p><b>derivedFrom</b>: <a href=\"QuestionnaireResponse001\">QuestionnaireResponse001</a></p></div>"
  },
  "status" : "final",
  "category" : [
    {
      "coding" : [
        {
          "system" : "http://terminology.hl7.org/CodeSystem/observation-category",
          "code" : "survey"
        }
      ]
    }
  ],
  "code" : {
    "coding" : [
      {
        "system" : "http://loinc.org",
        "code" : "29463-7",
        "display" : "weight"
      }
    ]
  },
  "subject" : {
    🔗 "reference" : "Patient/ExamplefrCorePatient001",
    "display" : "Pierre Durand"
  },
  "effectiveDateTime" : "2023-10-09",
  "performer" : [
    {
      🔗 "reference" : "Patient/ExamplefrCorePatient001",
      "display" : "Pierre Durand"
    }
  ],
  "valueQuantity" : {
    "value" : 62,
    "unit" : "kg",
    "system" : "http://unitsofmeasure.org",
    "code" : "[kg]"
  },
  "device" : {
    🔗 "reference" : "Device/phd-74E8FFFEFF051C00"
  },
  "derivedFrom" : [
    {
      "reference" : "QuestionnaireResponse001",
      "display" : "QuestionnaireResponse001"
    }
  ]
}