FHIR IG analytics| Package | ru.core |
| Resource Type | Observation |
| Id | Observation-example-core-observation-ivanov-temperature.json |
| FHIR Version | R5 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Минимальный пример для использования в ссылках
{
"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"
}
}