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

FHIR IG analytics

Packagehl7.fhir.eu.base
Resource TypeObservation
IdObservation-763f7902-8103-4d10-8bd1-546a726d43ee.json
FHIR VersionR4

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

Generated Narrative: Observation 763f7902-8103-4d10-8bd1-546a726d43ee

status: Final

category: Laboratory

code: Urea (U) [Moles/Vol]

subject: John Doe Male, DoB: 1980-01-01

effective: 2023-03-27 11:24:26+0100

performer: Jan Laborant

value: 310 mmol/L (Details: UCUM codemmol/L = 'mmol/L')

interpretation: Significantly low

method: Spectrophotometric technique

specimen: Urine specimen

ReferenceRanges

-LowHighType
*67 mmol/L580 mmol/LNormal Range

Source1

{
  "resourceType": "Observation",
  "id": "763f7902-8103-4d10-8bd1-546a726d43ee",
  "meta": {
    "profile": [
      "http://hl7.eu/fhir/base/StructureDefinition/medicalTestResult-eu-core"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "status": "final",
  "category": [
    {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/observation-category",
          "code": "laboratory"
        }
      ]
    }
  ],
  "code": {
    "coding": [
      {
        "system": "http://loinc.org",
        "code": "22700-9",
        "display": "Urea [Moles/volume] in Urine"
      }
    ],
    "text": "Urea (U) [Moles/Vol]"
  },
  "subject": {
    "reference": "Patient/patient-eu-core-example"
  },
  "effectiveDateTime": "2023-03-27T11:24:26+01:00",
  "performer": [
    {
      "display": "Jan Laborant"
    }
  ],
  "valueQuantity": {
    "value": 310,
    "unit": "mmol/L",
    "system": "http://unitsofmeasure.org",
    "code": "mmol/L"
  },
  "interpretation": [
    {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation",
          "code": "LU",
          "display": "Significantly low"
        }
      ]
    }
  ],
  "method": {
    "coding": [
      {
        "system": "http://snomed.info/sct",
        "code": "70621000052105",
        "display": "Spectrophotometric technique"
      }
    ]
  },
  "specimen": {
    "display": "Urine specimen"
  },
  "referenceRange": [
    {
      "low": {
        "value": 67,
        "unit": "mmol/L"
      },
      "high": {
        "value": 580,
        "unit": "mmol/L"
      },
      "type": {
        "coding": [
          {
            "system": "http://terminology.hl7.org/CodeSystem/referencerange-meaning",
            "code": "normal",
            "display": "Normal Range"
          }
        ]
      }
    }
  ]
}