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

FHIR IG analytics

Packageuz.dhp.core
Resource TypeObservation
IdObservation-observation-reaction-example.json
FHIR VersionR5

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


English


Generated Narrative: Observation observation-reaction-example

Language: en

Profile: UZ Core Observation

status: Final

code: Symptom

subject: Усманов Салим Салиевич Male, DoB: 1994-01-27 ( National unique individual identifier)

effective: 2026-04-28 12:00:00+0500

performer: Practitioner Test Test Test(official)

value: Fever


Russian


Сгенерированный нарратив: Observation observation-reaction-example

Язык: en

Профиль: UZ Core Observation

status: Final

code: Symptom

subject: Усманов Салим Салиевич Male, БД: 1994-01-27 ( National unique individual identifier)

effective: 2026-04-28 12:00:00+0500

performer: Practitioner Test Test Test(official)

value: Fever


Uzbek


Generated Narrative: Observation observation-reaction-example

Language: en

Profile: UZ Core Observation

status: Final

code: Symptom

subject: Усманов Салим Салиевич Male, DoB: 1994-01-27 ( National unique individual identifier)

effective: 2026-04-28 12:00:00+0500

performer: Practitioner Test Test Test(official)

value: Fever


Source1

{
  "resourceType": "Observation",
  "id": "observation-reaction-example",
  "meta": {
    "profile": [
      "https://dhp.uz/fhir/core/StructureDefinition/uz-core-observation"
    ]
  },
  "language": "en",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "status": "final",
  "code": {
    "coding": [
      {
        "system": "http://loinc.org",
        "code": "75325-1",
        "display": "Symptom"
      }
    ]
  },
  "subject": {
    "reference": "Patient/example-salim"
  },
  "effectiveDateTime": "2026-04-28T12:00:00+05:00",
  "performer": [
    {
      "reference": "Practitioner/example-practitioner"
    }
  ],
  "valueCodeableConcept": {
    "coding": [
      {
        "system": "http://snomed.info/sct",
        "code": "386661006",
        "display": "Fever"
      }
    ]
  }
}