FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packageniceprofiling.v23q1
Resource TypeObservation
IdNICE-UrineOutput-Example-01.json
FHIR VersionR3

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Urine output example
PatientP. Petersen
Registered time2022-01-09 10:00:00
Total urine output1000 mL
Scoreday1 (First day, MDS/SOFA)
Is observation validatedYes

Source1

{
  "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"
      }
    }
  ]
}