FHIR IG analytics| Package | fi.digious.kanta.test |
| Resource Type | Observation |
| Id | Observation-example-heartrate-min.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
{
"resourceType": "Observation",
"id": "4137d1c4-1e87-4e86-8c15-344ad086e3f9",
"meta": {
"versionId": "1",
"lastUpdated": "2019-05-27T12:05:44.669+03:00",
"profile": [
"http://phr.kanta.fi/StructureDefinition/fiphr-sd-heartrate"
]
},
"language": "fi",
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"identifier": [
{
"system": "urn:ietf:rfc:3986",
"value": "urn:uuid:0b0a55d2-799a-45f5-a161-6a4a5faad1f5"
}
],
"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": "8867-4",
"display": "Heart rate"
},
{
"system": "http://loinc.org",
"code": "41924-2",
"display": "Heart rate 24 hour mean"
}
]
},
"subject": {
"reference": "Patient/004befb6-4d7d-4054-875b-6537b25d9c55"
},
"effectiveDateTime": "2012-09-17",
"issued": "2012-02-02T10:00:00.936+02:00",
"performer": [
{
"reference": "Patient/004befb6-4d7d-4054-875b-6537b25d9c55"
}
],
"valueQuantity": {
"value": 60,
"unit": "/min",
"system": "http://unitsofmeasure.org",
"code": "/min"
},
"note": [
{
"text": "Note"
}
]
}