FHIR IG analytics| Package | hl7.fhir.us.dental-data-exchange |
| Resource Type | Observation |
| Id | Observation-respiratory-rate.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Observation respiratory-rate
version: 7; Last updated: 2021-07-16 00:43:24+0000;
Information Source: #EcWTwT8MFOX9PINM
Profile: US Core Respiratory Rate Profile
status: Final
category: Vital Signs
code: Respiratory rate
subject: Patient A Male, DoB: 1990-01-01 ( Medical Record Number: 5152020 (use: usual, ))
effective: 2020-02-14
value: 20 breaths/minute (Details: UCUM code/min = '/min')
{
"resourceType": "Observation",
"id": "respiratory-rate",
"meta": {
"versionId": "7",
"lastUpdated": "2021-07-16T00:43:24.796+00:00",
"source": "#EcWTwT8MFOX9PINM",
"profile": [
"http://hl7.org/fhir/us/core/StructureDefinition/us-core-respiratory-rate"
]
},
"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"
}
],
"text": "Respiratory rate"
},
"subject": {
"reference": "Patient/example-dental"
},
"effectiveDateTime": "2020-02-14",
"valueQuantity": {
"value": 20,
"unit": "breaths/minute",
"system": "http://unitsofmeasure.org",
"code": "/min"
}
}