FHIR IG analytics| Package | hl7.fhir.dk.core |
| Resource Type | Observation |
| Id | Observation-MaxRespirationRate.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Observation MaxRespirationRate
status: Final
category: Vital Signs
code: Respiratory rate
subject: Mr. Max Test Berggren(official) Male, DoB: 1972-07-01 ( urn:oid:1.2.208.176.1.2#0107729995)
effective: 2023-08-08 13:30:00+0000
value: 13 /min (Details: UCUM code/min = '/min')
method: måling
{
"resourceType": "Observation",
"id": "MaxRespirationRate",
"meta": {
"profile": [
"http://hl7.dk/fhir/core/StructureDefinition/dk-core-basic-observation"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"status": "final",
"category": [
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/observation-category",
"code": "vital-signs"
}
]
}
],
"code": {
"coding": [
{
"system": "http://loinc.org",
"code": "9279-1"
},
{
"system": "http://snomed.info/sct",
"version": "http://snomed.info/sct/554471000005108",
"code": "86290005"
}
]
},
"subject": {
"reference": "Patient/Max"
},
"effectiveDateTime": "2023-08-08T13:30:00.000Z",
"valueQuantity": {
"value": 13,
"unit": "/min",
"system": "http://unitsofmeasure.org",
"code": "/min"
},
"method": {
"coding": [
{
"system": "http://snomed.info/sct",
"version": "http://snomed.info/sct/554471000005108",
"code": "272391002",
"display": "måling"
}
]
}
}