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

FHIR IG analytics

Packagecom.sensotrend.fhir-ig-tests
Resource TypeObservation
IdObservation-019e97db-78d6-7201-b8ba-4564669ceec2.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 019e97db-78d6-7201-b8ba-4564669ceec2

status: Final

category: Laboratory

code: U -Alb (albumiini)

subject: Example Patient

effective: 2023-12-18 06:00:00+0200

performer: Fimlab

value: <3 mg/l (Details: UCUM codemg = 'mg')

interpretation: Normal

ReferenceRanges

-LowHighText
*0250-25 mg/l

Source1

{
  "resourceType": "Observation",
  "id": "019e97db-78d6-7201-b8ba-4564669ceec2",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/uv/ipa/StructureDefinition/ipa-observation|1.1.0",
      "http://hl7.org/fhir/uv/ips/StructureDefinition/Observation-results-laboratory-pathology-uv-ips",
      "http://hl7.eu/fhir/base/StructureDefinition/medicalTestResult-eu-core"
    ],
    "security": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/v3-ObservationValue",
        "code": "DEVRPT",
        "display": "device reported"
      },
      {
        "system": "http://terminology.hl7.org/CodeSystem/v3-ObservationValue",
        "code": "PATRPT",
        "display": "patient reported"
      },
      {
        "system": "http://terminology.hl7.org/CodeSystem/v3-ObservationValue",
        "code": "SYNTAC",
        "display": "syntactic transform"
      },
      {
        "system": "http://terminology.hl7.org/CodeSystem/v3-ObservationValue",
        "code": "MAPPED",
        "display": "mapped"
      },
      {
        "system": "http://terminology.hl7.org/CodeSystem/v3-ObservationValue",
        "code": "PATAST",
        "display": "patient asserted"
      },
      {
        "system": "http://terminology.hl7.org/CodeSystem/v3-ObservationValue",
        "code": "AIAST",
        "display": "Artificial Intelligence asserted"
      }
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "status": "final",
  "category": [
    {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/observation-category",
          "code": "laboratory"
        }
      ]
    }
  ],
  "code": {
    "coding": [
      {
        "extension": [
          {
            "url": "http://hl7.org/fhir/uv/security-label-ds4p/StructureDefinition/extension-inline-sec-label",
            "valueCoding": {
              "system": "http://terminology.hl7.org/CodeSystem/v3-ObservationValue",
              "code": "AIAST",
              "display": "Artificial Intelligence asserted"
            }
          },
          {
            "url": "http://hl7.org/fhir/uv/security-label-ds4p/StructureDefinition/extension-inline-sec-label",
            "valueCoding": {
              "system": "http://terminology.hl7.org/CodeSystem/v3-ObservationValue",
              "code": "PATAST",
              "display": "patient asserted"
            }
          }
        ],
        "system": "http://loinc.org",
        "code": "1754-1",
        "display": "Albumin [Mass/volume] in Urine"
      },
      {
        "system": "urn:oid:1.2.246.537.6.3",
        "code": "4802",
        "display": "U -Alb"
      }
    ],
    "text": "U -Alb (albumiini)"
  },
  "subject": {
    "reference": "urn:uuid:b4ac89c5-6589-417f-beef-d3fb1ef9c70f",
    "display": "Example Patient"
  },
  "effectiveDateTime": "2023-12-18T06:00:00+02:00",
  "performer": [
    {
      "display": "Fimlab"
    }
  ],
  "valueQuantity": {
    "value": 3,
    "comparator": "<",
    "unit": "mg/l",
    "system": "http://unitsofmeasure.org",
    "code": "mg"
  },
  "interpretation": [
    {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation",
          "code": "N",
          "display": "Normal"
        }
      ]
    }
  ],
  "referenceRange": [
    {
      "low": {
        "value": 0
      },
      "high": {
        "value": 25
      },
      "text": "0-25 mg/l"
    }
  ]
}