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

FHIR IG analytics

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

Language: en

Profile: Symptom Absent Observation

Supporting info: Observation Symptom

Supporting info: Observation Symptom

Supporting info: Observation Symptom

Supporting info: Observation Symptom

Supporting info: Observation Symptom

Supporting info: Observation Symptom

Supporting info: Observation Symptom

status: Final

code: Symptom absent

subject: John Doe Male, DoB: 1953-02-21

effective: 2025-09-23 13:22:17+0200 --> 2025-09-23 13:42:17+0200

issued: 2025-09-15 13:28:17+0200

performer: John Doe Male, DoB: 1953-02-21

value: Early satiety (finding)


Source1

{
  "resourceType": "Observation",
  "id": "EarlySatietySymptomAbsence",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/uv/symptoms/StructureDefinition/SymptomAbsentObservation"
    ]
  },
  "language": "en",
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "url": "http://hl7.org/fhir/StructureDefinition/workflow-supportingInfo",
      "valueReference": {
        "reference": "Observation/ConstipationSymptom"
      }
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/workflow-supportingInfo",
      "valueReference": {
        "reference": "Observation/AbdominalDiscomfortSymptom"
      }
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/workflow-supportingInfo",
      "valueReference": {
        "reference": "Observation/WeightLossSymptom"
      }
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/workflow-supportingInfo",
      "valueReference": {
        "reference": "Observation/AbdominalPainSymptom"
      }
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/workflow-supportingInfo",
      "valueReference": {
        "reference": "Observation/UnmedicatedAbdominalPainSymptom"
      }
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/workflow-supportingInfo",
      "valueReference": {
        "reference": "Observation/MedicatedAbdominalPainSymptom"
      }
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/workflow-supportingInfo",
      "valueReference": {
        "reference": "Observation/DecreasedAppetiteSymptom"
      }
    }
  ],
  "status": "final",
  "code": {
    "coding": [
      {
        "system": "http://loinc.org",
        "code": "111551-8",
        "display": "Symptom absent"
      }
    ]
  },
  "subject": {
    "reference": "Patient/JohnDoe"
  },
  "effectivePeriod": {
    "start": "2025-09-23T13:22:17.239+02:00",
    "end": "2025-09-23T13:42:17.239+02:00"
  },
  "issued": "2025-09-15T13:28:17.239+02:00",
  "performer": [
    {
      "reference": "Patient/JohnDoe"
    }
  ],
  "valueCodeableConcept": {
    "coding": [
      {
        "system": "http://snomed.info/sct",
        "code": "442076002"
      }
    ],
    "text": "Early satiety (finding)"
  }
}