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

FHIR IG analytics

Packageans.fhir.fr.telesurveillance
Resource TypeObservation
IdObservation-TLSVObservationExample02.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 TLSVObservationExample02

status: Final

category: Survey

code: Fatigue Severity

subject: Pierre Durand

effective: 2023-10-09 --> 2023-10-15

issued: 2023-10-12 13:28:17+0200

performer: Pierre Durand

value: Severe

interpretation: C70667, Severe

derivedFrom: QuestionnaireResponse001


Source1

{
  "resourceType": "Observation",
  "id": "TLSVObservationExample02",
  "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://ncicb.nci.nih.gov/xml/owl/EVS/Thesaurus.owl",
        "code": "C180126",
        "display": "Fatigue Severity"
      }
    ]
  },
  "subject": {
    "reference": "Patient/ExamplefrCorePatient001",
    "display": "Pierre Durand"
  },
  "effectivePeriod": {
    "start": "2023-10-09",
    "end": "2023-10-15"
  },
  "issued": "2023-10-12T13:28:17.239+02:00",
  "performer": [
    {
      "reference": "Patient/ExamplefrCorePatient001",
      "display": "Pierre Durand"
    }
  ],
  "valueCodeableConcept": {
    "coding": [
      {
        "system": "http://ncicb.nci.nih.gov/xml/owl/EVS/Thesaurus.owl",
        "code": "C70667",
        "display": "Severe"
      }
    ]
  },
  "interpretation": [
    {
      "coding": [
        {
          "system": "http://ncicb.nci.nih.gov/xml/owl/EVS/Thesaurus.owl",
          "code": "C70667"
        }
      ]
    },
    {
      "coding": [
        {
          "system": "http://snomed.info/sct",
          "code": "24484000"
        }
      ]
    }
  ],
  "derivedFrom": [
    {
      "reference": "QuestionnaireResponse001",
      "display": "QuestionnaireResponse001"
    }
  ]
}