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

FHIR IG analytics

Packageru.core
Resource TypeObservation
IdObservation-example-core-observation-ivanov-temperature.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

Наблюдение: Температура тела Иванова И.П.

Минимальный пример для использования в ссылках

  • Пациент: Иванов Иван Петрович
  • Параметр: Температура тела
  • Значение: 38.5°C
  • Дата: 15.01.2024

Source1

{
  "resourceType": "Observation",
  "id": "example-core-observation-ivanov-temperature",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "status": "final",
  "category": [
    {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/observation-category",
          "code": "vital-signs",
          "display": "Vital Signs"
        }
      ]
    }
  ],
  "code": {
    "coding": [
      {
        "system": "http://loinc.org",
        "code": "8310-5",
        "display": "Body temperature"
      }
    ]
  },
  "subject": {
    "reference": "Patient/example-core-patient-ivanov",
    "display": "Иванов Иван Петрович"
  },
  "encounter": {
    "reference": "Encounter/example-core-encounter-consultation",
    "display": "Консультация терапевта"
  },
  "effectiveDateTime": "2024-01-15T10:00:00Z",
  "issued": "2024-01-15T10:05:00Z",
  "performer": [
    {
      "reference": "PractitionerRole/example-core-practitionerrole-smirnov-therapist",
      "display": "Смирнов Александр Иванович"
    }
  ],
  "valueQuantity": {
    "value": 38.5,
    "unit": "°C",
    "system": "http://unitsofmeasure.org",
    "code": "Cel"
  }
}