FHIR IG analytics| Package | de.basisprofil.r4 |
| Resource Type | Observation |
| Id | Observation-Example-observation-herzfrequenz.json |
| FHIR Version | R4 |
No resources found
No resources found
No narrative content found in resource
{
"resourceType": "Observation",
"id": "Example-observation-herzfrequenz",
"meta": {
"profile": [
"http://fhir.de/StructureDefinition/observation-de-vitalsign-herzfrequenz",
"http://hl7.org/fhir/StructureDefinition/vitalsigns",
"http://hl7.org/fhir/StructureDefinition/heartrate"
]
},
"category": [
{
"coding": [
{
"code": "vital-signs",
"system": "http://terminology.hl7.org/CodeSystem/observation-category",
"display": "Vital Signs"
}
]
}
],
"code": {
"coding": [
{
"code": "8867-4",
"system": "http://loinc.org",
"display": "Heart rate"
},
{
"system": "http://snomed.info/sct",
"code": "364075005",
"display": "Heart rate (observable entity)"
}
],
"text": "Herzfrequenz"
},
"valueQuantity": {
"system": "http://unitsofmeasure.org",
"code": "/min",
"value": 63,
"unit": "per minute"
},
"status": "final",
"subject": {
"reference": "Patient/example"
},
"effectiveDateTime": "2020-10-11"
}