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

FHIR IG analytics

Packagealticelabs.fhir.smartal.glintt
Resource TypeStructureDefinition
IdStructureDefinition-SmartAL-Observation-SpO2.json
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=alticelabs.fhir.smartal.glintt@0.1.0-beta&canonical=http://alticelabs.com/fhir/StructureDefinition/SmartAL-Observation-SpO2
URLhttp://alticelabs.com/fhir/StructureDefinition/SmartAL-Observation-SpO2
Statusactive
NameSmartALObservationSpO2
TitleSmartAL Observation — Oxygen Saturation (SpO2)
DescriptionOxygen saturation in arterial blood by pulse oximetry (LOINC 59408-5). Value in percent. Interpretation and referenceRange MAY be present when a matching ObservationDefinition exists.
TypeObservation
Kindresource

Resources that use this resource

No resources found


Resources that this resource uses

StructureDefinition
alticelabs.fhir.smartal.glintt#0.1.0-betaSmartAL-Observation-BaseSmartAL Observation (Base)

Narrative

No narrative content found in resource


Source1

{
  "resourceType": "StructureDefinition",
  "id": "SmartAL-Observation-SpO2",
  "url": "http://alticelabs.com/fhir/StructureDefinition/SmartAL-Observation-SpO2",
  "name": "SmartALObservationSpO2",
  "title": "SmartAL Observation — Oxygen Saturation (SpO2)",
  "status": "active",
  "description": "Oxygen saturation in arterial blood by pulse oximetry (LOINC 59408-5).\nValue in percent.\n\nInterpretation and referenceRange MAY be present when a matching\nObservationDefinition exists.",
  "fhirVersion": "4.0.1",
  "kind": "resource",
  "abstract": false,
  "type": "Observation",
  "baseDefinition": "http://alticelabs.com/fhir/StructureDefinition/SmartAL-Observation-Base",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Observation.code.coding",
        "path": "Observation.code.coding",
        "slicing": {
          "discriminator": [
            {
              "type": "value",
              "path": "code"
            }
          ],
          "rules": "open"
        }
      },
      {
        "id": "Observation.code.coding:loinc",
        "path": "Observation.code.coding",
        "sliceName": "loinc",
        "min": 1,
        "max": "1"
      },
      {
        "id": "Observation.code.coding:loinc.system",
        "path": "Observation.code.coding.system",
        "fixedUri": "http://loinc.org"
      },
      {
        "id": "Observation.code.coding:loinc.code",
        "path": "Observation.code.coding.code",
        "min": 1,
        "fixedCode": "59408-5"
      },
      {
        "id": "Observation.code.coding:loinc.display",
        "path": "Observation.code.coding.display",
        "fixedString": "Oxygen saturation in Arterial blood by Pulse oximetry"
      },
      {
        "id": "Observation.value[x]",
        "path": "Observation.value[x]",
        "min": 1,
        "type": [
          {
            "code": "Quantity"
          }
        ]
      },
      {
        "id": "Observation.value[x].value",
        "path": "Observation.value[x].value",
        "min": 1
      },
      {
        "id": "Observation.value[x].unit",
        "path": "Observation.value[x].unit",
        "fixedString": "%"
      },
      {
        "id": "Observation.value[x].system",
        "path": "Observation.value[x].system",
        "fixedUri": "http://unitsofmeasure.org"
      },
      {
        "id": "Observation.value[x].code",
        "path": "Observation.value[x].code",
        "fixedCode": "%"
      }
    ]
  }
}