FHIR IG analytics| Package | hl7.fhir.au.core |
| Resource Type | Observation |
| Id | Observation-resprate-1.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Observation resprate-1
Profile: AU Core Respiration Rate
status: Final
category: Vital Signs
code: Respiratory rate
effective: 2022-02-17
value: 22 breaths/minute (Details: UCUM code/min = '/min')
{
"resourceType": "Observation",
"id": "resprate-1",
"meta": {
"profile": [
"http://hl7.org.au/fhir/core/StructureDefinition/au-core-resprate"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"status": "final",
"category": [
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/observation-category",
"code": "vital-signs",
"display": "Vital Signs"
}
],
"text": "Vital Signs"
}
],
"code": {
"coding": [
{
"system": "http://loinc.org",
"code": "9279-1",
"display": "Respiratory rate"
},
{
"system": "http://snomed.info/sct",
"code": "86290005"
}
],
"text": "Respiratory rate"
},
"subject": {
"reference": "Patient/banks-mia-leanne"
},
"effectiveDateTime": "2022-02-17",
"valueQuantity": {
"value": 22,
"unit": "breaths/minute",
"system": "http://unitsofmeasure.org",
"code": "/min"
}
}