FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packageans.fhir.fr.telesurveillance
Resource TypeObservation
IdObservation-TLSVObservationExample01.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: Observation TLSVObservationExample01

status: Final

category: Survey

code: Falling asleep in past 7 days [QIDS]

subject: Pierre Durand

effective: 2023-10-09

performer: Pierre Durand

value: I take at least 30 minutes to fall asleep, less than half the time

device: Device: identifier = SYSID,BTMAC; manufacturer = Nonin_Medical_Inc.; serialNumber = 501900083; modelNumber = Model 3230; type = MDC_MOC_VMS_MDS_SIMP


Source1

{
  "resourceType": "Observation",
  "id": "TLSVObservationExample01",
  "meta": {
    "profile": [
      "https://interop.esante.gouv.fr/ig/fhir/telesurveillance/StructureDefinition/tlsv-observation"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "status": "final",
  "category": [
    {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/observation-category",
          "code": "survey"
        }
      ]
    }
  ],
  "code": {
    "coding": [
      {
        "system": "http://loinc.org",
        "code": "65502-7",
        "display": "Falling asleep in past 7 days [QIDS]"
      }
    ]
  },
  "subject": {
    "reference": "Patient/ExamplefrCorePatient001",
    "display": "Pierre Durand"
  },
  "effectiveDateTime": "2023-10-09",
  "performer": [
    {
      "reference": "Patient/ExamplefrCorePatient001",
      "display": "Pierre Durand"
    }
  ],
  "valueCodeableConcept": {
    "coding": [
      {
        "system": "http://loinc.org",
        "code": "LA14809-0"
      }
    ]
  },
  "device": {
    "reference": "Device/phd-74E8FFFEFF051C00"
  }
}