FHIR IG analytics| Package | niceprofiling.v23q1 |
| Resource Type | Observation |
| Id | NICE-UrineOutput-Example-01.json |
| FHIR Version | R3 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
| Patient | P. Petersen |
|---|---|
| Registered time | 2022-01-09 10:00:00 |
| Total urine output | 1000 mL |
| Scoreday | 1 (First day, MDS/SOFA) |
| Is observation validated | Yes |
{
"resourceType": "Observation",
"id": "NICE-UrineOutput-Example-01",
"meta": {
"profile": [
"https://fhir.stichting-nice.nl/STU3/StructureDefinition/NICE-UrineOutput-2022Q1"
]
},
"text": {
"div": "<!-- snip (see above) -->"
},
"extension": [
{
"url": "https://fhir.stichting-nice.nl/STU3/StructureDefinition/NICE-ScoreDay-2022Q1",
"valueInteger": 1
},
{
"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": "364396009",
"display": "Fluid balance observable"
}
]
},
"subject": {
"reference": "Patient/NICE-Patient-01",
"display": "P. Petersen"
},
"context": {
"reference": "Encounter/NICE-Encounter-01"
},
"effectivePeriod": {
"end": "2022-01-09T10:00:00+02:00"
},
"component": [
{
"code": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "364202003",
"display": "Measure of urine output"
}
]
},
"valueQuantity": {
"value": 1000,
"unit": "mL",
"system": "http://unitsofmeasure.org",
"code": "mL"
}
}
]
}