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

FHIR IG analytics

Packageuz.dhp.core
Resource TypeObservation
IdObservation-oxygen-saturation-example.json
FHIR VersionR5

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


English


Generated Narrative: Observation oxygen-saturation-example

status: Final

category: Vital Signs

code: Oxygen saturation in Arterial blood

subject: Усманов Салим Салиевич Male, DoB: 1994-01-27 ( National unique individual identifier)

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

performer: Practitioner Test Test Test(official)

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

interpretation: Normal (applies to non-numeric results)

ReferenceRanges

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

Russian


Сгенерированный нарратив: Observation oxygen-saturation-example

status: Final

category: Vital Signs

code: Oxygen saturation in Arterial blood

subject: Усманов Салим Салиевич Male, БД: 1994-01-27 ( National unique individual identifier)

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

performer: Practitioner Test Test Test(official)

value: 95 % (Подробности: UCUM код% = '%')

interpretation: Normal (applies to non-numeric results)

ReferenceRanges

-LowHigh
*90 % (Подробности: UCUM код% = '%')99 % (Подробности: UCUM код% = '%')

Uzbek


Generated Narrative: Observation oxygen-saturation-example

status: Final

category: Vital Signs

code: Oxygen saturation in Arterial blood

subject: Усманов Салим Салиевич Male, DoB: 1994-01-27 ( National unique individual identifier)

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

performer: Practitioner Test Test Test(official)

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

interpretation: Normal (applies to non-numeric results)

ReferenceRanges

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

Source1

{
  "resourceType": "Observation",
  "id": "oxygen-saturation-example",
  "meta": {
    "profile": [
      "https://dhp.uz/fhir/core/StructureDefinition/uz-core-observation",
      "http://hl7.org/fhir/StructureDefinition/vitalsigns",
      "http://hl7.org/fhir/StructureDefinition/oxygensat"
    ]
  },
  "language": "en",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "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"
      }
    ]
  },
  "subject": {
    "reference": "Patient/example-salim"
  },
  "effectiveDateTime": "2014-12-05T09:30:10+01:00",
  "performer": [
    {
      "reference": "Practitioner/example-practitioner"
    }
  ],
  "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)"
    }
  ],
  "referenceRange": [
    {
      "low": {
        "value": 90,
        "unit": "%",
        "system": "http://unitsofmeasure.org",
        "code": "%"
      },
      "high": {
        "value": 99,
        "unit": "%",
        "system": "http://unitsofmeasure.org",
        "code": "%"
      }
    }
  ]
}