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

FHIR IG analytics

Packagehl7.fhir.uv.symptoms
Resource TypeObservation
IdObservation-FeverSymptom.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 FeverSymptom

Language: en

Profile: Symptom Observation

Supporting info: Observation Symptom

Supporting info: Observation Symptom

Supporting info: Observation Symptom

status: Final

category: Symptom

code: Symptom

subject: Trish Doe Female, DoB: 1980

effective: 2025-10-14 13:22:17+0200 --> (ongoing)

issued: 2025-10-16 13:42:17+0200

performer: Trish Doe Female, DoB: 1980

value: Fever (finding)

component

code: Severity of symptoms

value: Life threatening severity (qualifier value)

component

code: Clinical course

value: Acute fulminating (qualifier value)

component

code: Trend

value: Worse (qualifier value)

component

Note: @2025-10-09

International travel

code: Other Events

value: International travel (event)

component

code: Speed of condition onset

value: Sudden onset (qualifier value)


Source1

{
  "resourceType": "Observation",
  "id": "FeverSymptom",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/uv/symptoms/StructureDefinition/SymptomObservation"
    ]
  },
  "language": "en",
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "url": "http://hl7.org/fhir/StructureDefinition/workflow-supportingInfo",
      "valueReference": {
        "reference": "Observation/CoughSymptom"
      }
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/workflow-supportingInfo",
      "valueReference": {
        "reference": "Observation/ShortnessOfBreathPHSymptom"
      }
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/workflow-supportingInfo",
      "valueReference": {
        "reference": "Observation/FatigueSymptom"
      }
    }
  ],
  "status": "final",
  "category": [
    {
      "coding": [
        {
          "system": "http://hl7.org/fhir/uv/symptoms/CodeSystem/SymptomTemporary",
          "code": "symptom"
        }
      ]
    }
  ],
  "code": {
    "coding": [
      {
        "system": "http://loinc.org",
        "code": "75325-1",
        "display": "Symptom"
      }
    ]
  },
  "subject": {
    "reference": "Patient/TrishDoe"
  },
  "effectivePeriod": {
    "start": "2025-10-14T13:22:17.239+02:00"
  },
  "issued": "2025-10-16T13:42:17.239+02:00",
  "performer": [
    {
      "reference": "Patient/TrishDoe"
    }
  ],
  "valueCodeableConcept": {
    "coding": [
      {
        "system": "http://snomed.info/sct",
        "code": "386661006"
      }
    ],
    "text": "Fever (finding)"
  },
  "component": [
    {
      "code": {
        "coding": [
          {
            "system": "http://loinc.org",
            "code": "64750-3",
            "display": "Severity of symptoms"
          }
        ]
      },
      "valueCodeableConcept": {
        "coding": [
          {
            "system": "http://snomed.info/sct",
            "code": "442452003",
            "display": "Life threatening severity (qualifier value)"
          }
        ]
      }
    },
    {
      "code": {
        "coding": [
          {
            "system": "http://loinc.org",
            "code": "89261-2",
            "display": "Clinical course"
          }
        ]
      },
      "valueCodeableConcept": {
        "coding": [
          {
            "system": "http://snomed.info/sct",
            "code": "18131002",
            "display": "Acute fulminating (qualifier value)"
          }
        ]
      }
    },
    {
      "code": {
        "coding": [
          {
            "system": "http://loinc.org",
            "code": "89253-9",
            "display": "Trend"
          }
        ]
      },
      "valueCodeableConcept": {
        "coding": [
          {
            "system": "http://snomed.info/sct",
            "code": "231877006",
            "display": "Worse (qualifier value)"
          }
        ]
      }
    },
    {
      "extension": [
        {
          "url": "http://hl7.org/fhir/StructureDefinition/note",
          "valueAnnotation": {
            "time": "2025-10-09",
            "text": "International travel"
          }
        }
      ],
      "code": {
        "coding": [
          {
            "system": "http://hl7.org/fhir/uv/symptoms/CodeSystem/SymptomTemporary",
            "code": "OTHEREVENT"
          }
        ]
      },
      "valueCodeableConcept": {
        "coding": [
          {
            "system": "http://snomed.info/sct",
            "code": "874901007",
            "display": "International travel (event)"
          }
        ]
      }
    },
    {
      "code": {
        "coding": [
          {
            "system": "http://loinc.org",
            "code": "99495-4",
            "display": "Speed of condition onset"
          }
        ]
      },
      "valueCodeableConcept": {
        "coding": [
          {
            "system": "http://snomed.info/sct",
            "code": "385315009",
            "display": "Sudden onset (qualifier value)"
          }
        ]
      }
    }
  ]
}