FHIR IG analytics| Package | fi.tietohiisi.r4 |
| Resource Type | Observation |
| Id | esimerkki.json |
| FHIR Version | R4 |
No resources found
No resources found
No narrative content found in resource
{
"resourceType": "Observation",
"meta": {
"profile": [
"https://tietohiisi.fi/fhir/StructureDefinition/MyObservation"
]
},
"extension": [
{
"url": "https://tietohiisi.fi/fhir/StructureDefinition/MyObservation",
"valueString": "Tietohiisi app"
}
],
"status": "final",
"code": {
"coding": [
{
"system": "http://loinc.org",
"code": "8310-5",
"display": "Body temperature"
}
],
"text": "Temperature"
},
"subject": {
"reference": "Patient/f201",
"display": "Roel"
},
"effectiveDateTime": "2013-04-04T13:27:00+01:00",
"valueQuantity": {
"value": 39,
"unit": "Cel",
"system": "http://unitsofmeasure.org",
"code": "Cel"
},
"note": [
{
"authorString": "Dr. Smith",
"time": "2025-11-22T21:05:00+02:00",
"text": "Patient was slightly anxious during measurement."
}
]
}