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

FHIR IG analytics

Packagehl7.fhir.uv.aitransparency
Resource TypeObservation
IdObservation-satO2.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 satO2

Security Label: Artificial Intelligence asserted (Details: ObservationValue code AIAST = 'Artificial Intelligence asserted')

identifier: http://example.org/observation/id/o1223435-10

partOf: http://server.example.org/fhir/Procedure/ob

status: Final

category: Vital Signs

code: Oxygen saturation in Arterial blood

subject: http://server.example.org/fhir/Patient/f201

effective: 2014-12-05 09:30:10+0100

performer: http://server.example.org/fhir/Practitioner/pract

value: 95 % (Details: UCUM code% = '%')

interpretation: Normal (applies to non-numeric results)

device: Device: extension = Large Language Models; identifier = http://example.org/ehr/client-ids#goodhealth; manufacturer = Acme Devices, Inc; type = All kinds of Artificial Intelligence; contact = http://example.org

ReferenceRanges

-LowHigh
*90 % (Details: UCUM code% = '%')99 % (Details: UCUM code% = '%')

Source1

{
  "resourceType": "Observation",
  "id": "satO2",
  "meta": {
    "security": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/v3-ObservationValue",
        "version": "4.0.0",
        "code": "AIAST",
        "display": "Artificial Intelligence asserted"
      }
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "system": "http://example.org/observation/id",
      "value": "o1223435-10"
    }
  ],
  "partOf": [
    {
      "reference": "http://server.example.org/fhir/Procedure/ob"
    }
  ],
  "status": "final",
  "category": [
    {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/observation-category",
          "code": "vital-signs",
          "display": "Vital Signs"
        }
      ]
    }
  ],
  "code": {
    "coding": [
      {
        "system": "http://loinc.org",
        "code": "2708-6",
        "display": "Oxygen saturation in Arterial blood"
      },
      {
        "system": "urn:iso:std:iso:11073:10101",
        "code": "150456",
        "display": "MDC_PULS_OXIM_SAT_O2"
      }
    ]
  },
  "subject": {
    "reference": "http://server.example.org/fhir/Patient/f201"
  },
  "effectiveDateTime": "2014-12-05T09:30:10+01:00",
  "performer": [
    {
      "reference": "http://server.example.org/fhir/Practitioner/pract"
    }
  ],
  "valueQuantity": {
    "value": 95,
    "unit": "%",
    "system": "http://unitsofmeasure.org",
    "code": "%"
  },
  "interpretation": [
    {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation",
          "code": "N",
          "display": "Normal"
        }
      ],
      "text": "Normal (applies to non-numeric results)"
    }
  ],
  "device": {
    "reference": "Device/TheAI"
  },
  "referenceRange": [
    {
      "low": {
        "value": 90,
        "unit": "%",
        "system": "http://unitsofmeasure.org",
        "code": "%"
      },
      "high": {
        "value": 99,
        "unit": "%",
        "system": "http://unitsofmeasure.org",
        "code": "%"
      }
    }
  ]
}