FHIR IG analytics| Package | de.gematik.isik |
| Resource Type | Observation |
| Id | Observation-ISiKHerzfrequenzExample.json |
| FHIR Version | R4 |
No resources found
No resources found
No narrative content found in resource
{
"resourceType": "Observation",
"id": "ISiKHerzfrequenzExample",
"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"
},
{
"system": "http://snomed.info/sct",
"code": "364075005",
"display": "Heart rate"
},
{
"code": "147842",
"system": "urn:iso:std:iso:11073:10101",
"display": "MDC_ECG_HEART_RATE"
}
],
"text": "Herzfrequenz"
},
"valueQuantity": {
"system": "http://unitsofmeasure.org",
"code": "/min",
"value": 63,
"unit": "per minute"
},
"status": "final",
"subject": {
"reference": "Patient/PatientinMusterfrau"
},
"effectiveDateTime": "2020-10-11",
"performer": [
{
"reference": "Practitioner/PractitionerWalterArzt"
}
]
}