FHIR IG analytics| Package | de.basisprofil.r4 |
| Resource Type | Observation |
| Id | Observation-Example-observation-atemfrequenz.json |
| FHIR Version | R4 |
No resources found
No resources found
No narrative content found in resource
{
"resourceType": "Observation",
"id": "Example-observation-atemfrequenz",
"meta": {
"profile": [
"http://fhir.de/StructureDefinition/observation-de-vitalsign-atemfrequenz",
"http://hl7.org/fhir/StructureDefinition/vitalsigns",
"http://hl7.org/fhir/StructureDefinition/resprate"
]
},
"category": [
{
"coding": [
{
"code": "vital-signs",
"system": "http://terminology.hl7.org/CodeSystem/observation-category",
"display": "Vital Signs"
}
]
}
],
"code": {
"coding": [
{
"code": "9279-1",
"system": "http://loinc.org",
"display": "Respiratory rate"
},
{
"system": "http://snomed.info/sct",
"code": "86290005",
"display": "Respiratory rate (observable entity)"
}
],
"text": "Atemfrequenz"
},
"valueQuantity": {
"system": "http://unitsofmeasure.org",
"code": "/min",
"value": 26,
"unit": "Atemzüge pro Minute"
},
"status": "final",
"subject": {
"reference": "Patient/example"
},
"effectiveDateTime": "2019-07-02"
}