FHIR IG analytics| Package | niceprofiling.v23q1 |
| Resource Type | Observation |
| Id | NICE-Respiration-Example-01.json |
| FHIR Version | R3 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
| Registered | 2022-01-08 |
|---|---|
| Patient | P. Petersen |
| FiO2 - Fraction inspired oxygen | 35% |
| Breathing frequency | 15 breaths per minute |
{
"resourceType": "Observation",
"id": "NICE-Respiration-Example-01",
"meta": {
"profile": [
"https://fhir.stichting-nice.nl/STU3/StructureDefinition/NICE-Respiration-2022Q1"
]
},
"text": {
"div": "<!-- snip (see above) -->"
},
"extension": [
{
"url": "http://nictiz.nl/fhir/StructureDefinition/zib-Respiration-AdministeredOxygen",
"extension": [
{
"url": "fiO2",
"valueQuantity": {
"value": 0.35,
"unit": "fraction of inspired oxygen"
}
}
]
},
{
"url": "https://fhir.stichting-nice.nl/STU3/StructureDefinition/NICE-ExtremeValueType-2022Q1",
"valueCodeableConcept": {
"coding": [
{
"system": "https://fhir.stichting-nice.nl/ValueSet/NICE-ExtremeValueType",
"code": "H"
}
]
}
},
{
"url": "https://fhir.stichting-nice.nl/STU3/StructureDefinition/NICE-Verified-2022Q1",
"valueCodeableConcept": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v2-0532",
"code": "Y",
"display": "Yes"
}
]
}
}
],
"status": "final",
"code": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "422834003",
"display": "Respiratory assessment"
}
]
},
"subject": {
"reference": "Patient/NICE-Patient-01",
"display": "P. Petersen"
},
"context": {
"reference": "Encounter/NICE-Encounter-01"
},
"effectiveDateTime": "2022-01-08T08:43:00+02:00",
"component": [
{
"code": {
"coding": [
{
"system": "http://loinc.org",
"code": "9279-1"
}
]
},
"valueQuantity": {
"value": 15,
"unit": "breaths per minute",
"system": "http://unitsofmeasure.org",
"code": "{breaths}/min"
}
}
]
}