FHIR IG analytics| Package | niceprofiling.v23q1 |
| Resource Type | Observation |
| Id | NICE-Respiration-Example-Sepsis-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 | 25% |
| Breathing frequency | 25 breaths per minute |
| Sepsis suspected? | Yes |
{
"resourceType": "Observation",
"id": "NICE-Respiration-Example-02",
"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.25,
"unit": "fraction of inspired oxygen"
}
}
]
},
{
"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-09T08:43:00+02:00",
"component": [
{
"code": {
"coding": [
{
"system": "https://fhir.stichting-nice.nl/NICE-codes",
"code": "SuspectedSepsis"
}
]
},
"valueCodeableConcept": {
"coding": [
{
"system": "https://fhir.stichting-nice.nl/ValueSet/NICE-BreathingFrequencySepsis",
"code": "RESP-MORE20"
}
]
}
}
]
}