FHIR IG analytics| Package | de.gematik.isik |
| Resource Type | Observation |
| Id | Observation-ISiKHerzfrequenzMinExample.json |
| FHIR Version | R4 |
No resources found
No resources found
No narrative content found in resource
{
"resourceType": "Observation",
"id": "ISiKHerzfrequenzMinExample",
"meta": {
"profile": [
"https://gematik.de/fhir/isik/StructureDefinition/ISiKHerzfrequenz"
]
},
"category": [
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/observation-category",
"code": "vital-signs"
}
]
}
],
"code": {
"coding": [
{
"system": "http://loinc.org",
"code": "8867-4",
"display": "Heart rate"
}
]
},
"valueQuantity": {
"system": "http://unitsofmeasure.org",
"code": "/min",
"value": 45,
"unit": "per minute"
},
"status": "final",
"subject": {
"reference": "Patient/PatientinMinimal"
},
"effectiveDateTime": "2024-01-15"
}