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

FHIR IG analytics

Packagealticelabs.fhir.smartal.glintt
Resource TypeObservation
IdObservation-ObservationECGPCGExample.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source1

{
  "resourceType": "Observation",
  "id": "ObservationECGPCGExample",
  "meta": {
    "profile": [
      "http://alticelabs.com/fhir/StructureDefinition/SmartAL-Observation-ECGPCG"
    ]
  },
  "status": "final",
  "identifier": [
    {
      "system": "http://alticelabs.com/fhir/identifiers/observation",
      "value": "ecgpcg-obs-uuid-1"
    }
  ],
  "code": {
    "coding": [
      {
        "system": "http://alticelabs.com/fhir/loinc-custom",
        "code": "20000-I",
        "display": "ECG + PCG combined valvular assessment"
      }
    ]
  },
  "component": [
    {
      "code": {
        "coding": [
          {
            "system": "http://alticelabs.com/fhir/loinc-custom",
            "code": "20001-I",
            "display": "General classification (all valves)"
          }
        ]
      },
      "valueCodeableConcept": {
        "text": "Normal"
      }
    },
    {
      "code": {
        "coding": [
          {
            "system": "http://alticelabs.com/fhir/loinc-custom",
            "code": "20100-I",
            "display": "Valve Type (Aortic)"
          }
        ]
      },
      "valueCodeableConcept": {
        "text": "Aortic"
      }
    },
    {
      "code": {
        "coding": [
          {
            "system": "http://alticelabs.com/fhir/loinc-custom",
            "code": "20101-I",
            "display": "Cardiovascular activity (Aortic)"
          }
        ]
      },
      "valueCodeableConcept": {
        "text": "Normal"
      }
    },
    {
      "code": {
        "coding": [
          {
            "system": "http://alticelabs.com/fhir/loinc-custom",
            "code": "20102-I",
            "display": "Confidence Score (Aortic)"
          }
        ]
      },
      "valueQuantity": {
        "value": 0.95,
        "unit": "1",
        "system": "http://unitsofmeasure.org",
        "code": "1"
      }
    },
    {
      "code": {
        "coding": [
          {
            "system": "http://alticelabs.com/fhir/loinc-custom",
            "code": "20104-I",
            "display": "Signal Quality Index (Aortic)"
          }
        ]
      },
      "valueCodeableConcept": {
        "text": "high"
      }
    },
    {
      "code": {
        "coding": [
          {
            "system": "http://alticelabs.com/fhir/loinc-custom",
            "code": "20105-I",
            "display": "Systolic interval (Aortic)"
          }
        ]
      },
      "valueQuantity": {
        "value": 380,
        "unit": "ms",
        "system": "http://unitsofmeasure.org",
        "code": "ms"
      }
    },
    {
      "code": {
        "coding": [
          {
            "system": "http://alticelabs.com/fhir/loinc-custom",
            "code": "20107-I",
            "display": "R-R Interval (Aortic)"
          }
        ]
      },
      "valueQuantity": {
        "value": 1000,
        "unit": "ms",
        "system": "http://unitsofmeasure.org",
        "code": "ms"
      }
    }
  ],
  "category": [
    {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/observation-category",
          "code": "vital-signs",
          "display": "Vital Signs"
        }
      ]
    }
  ],
  "subject": {
    "reference": "Patient/f47ac10b-58cc-4372-a567-0e02b2c3d479"
  },
  "effectiveDateTime": "2026-03-03T15:05:03+00:00"
}