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

FHIR IG analytics

Packagehl7.fhir.uv.lab-report.r4
Resource TypeObservation
IdObservation-d29b286d-b99c-410f-af4e-9455ea49d0af.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 d29b286d-b99c-410f-af4e-9455ea49d0af

status: Final

category: Laboratory

code: Albumin (24H U) [Mass/Time]

subject: Bundle: identifier = urn:oid:2.16.840.1.113883.2.51.1.1#8ccab76a-82ed-403e-b974-6b28022b0997; type = document; timestamp = 2023-03-27 13:13:19+0200

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

performer: Jan Laborant

value: 15 mg (Details: UCUM codemg = 'mg')/24 h (Details: UCUM codeh = 'h')

device: Device: manufacturer = Best manufacturer


Generated Narrative: Device #TestKitExample

manufacturer: Best manufacturer

DeviceNames

-NameType
*BEST® Micro Albuminuria Test KitManufacturer name

Generated Narrative: Device #AnalyzerExample

manufacturer: Best manufacturer

DeviceNames

-NameType
*BEST® FLUORESCENCE PLUS ANALYZERManufacturer name

Source1

{
  "resourceType": "Observation",
  "id": "d29b286d-b99c-410f-af4e-9455ea49d0af",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/uv/lab-report/StructureDefinition/Observation-resultslab-uv-lab"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "contained": [
    {
      "resourceType": "Device",
      "id": "TestKitExample",
      "manufacturer": "Best manufacturer",
      "deviceName": [
        {
          "name": "BEST® Micro Albuminuria Test Kit",
          "type": "manufacturer-name"
        }
      ]
    },
    {
      "resourceType": "Device",
      "id": "AnalyzerExample",
      "manufacturer": "Best manufacturer",
      "deviceName": [
        {
          "name": "BEST® FLUORESCENCE PLUS ANALYZER",
          "type": "manufacturer-name"
        }
      ]
    }
  ],
  "extension": [
    {
      "url": "http://hl7.org/fhir/uv/lab-report/StructureDefinition/observation-deviceLabTestKit",
      "valueReference": {
        "reference": "#TestKitExample"
      }
    }
  ],
  "status": "final",
  "category": [
    {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/observation-category",
          "code": "laboratory"
        }
      ]
    }
  ],
  "code": {
    "coding": [
      {
        "system": "http://loinc.org",
        "code": "1755-8",
        "display": "Albumin [Mass/time] in 24 hour Urine"
      }
    ],
    "text": "Albumin (24H U) [Mass/Time]"
  },
  "subject": {
    "reference": "urn:uuid:de17bfd2-8d73-45fa-b0bb-8eb0e463ddb8"
  },
  "effectiveDateTime": "2023-03-27T11:24:26+01:00",
  "performer": [
    {
      "display": "Jan Laborant"
    }
  ],
  "valueRatio": {
    "numerator": {
      "value": 15,
      "unit": "mg",
      "system": "http://unitsofmeasure.org",
      "code": "mg"
    },
    "denominator": {
      "value": 24,
      "unit": "h",
      "system": "http://unitsofmeasure.org",
      "code": "h"
    }
  },
  "device": {
    "reference": "#AnalyzerExample"
  }
}