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

FHIR IG analytics

Packagealticelabs.fhir.smartal.glintt
Resource TypeObservation
IdObservation-ObservationCognitionGroupExample.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": "ObservationCognitionGroupExample",
  "meta": {
    "source": "http://alticelabs.com/fhir",
    "profile": [
      "http://alticelabs.com/fhir/StructureDefinition/SmartAL-Observation-CognitionGroup"
    ]
  },
  "status": "final",
  "identifier": [
    {
      "system": "http://alticelabs.com/fhir/identifiers/observation",
      "value": "284bd68b-3271-4a1a-99dc-5ffca32013d4"
    }
  ],
  "code": {
    "coding": [
      {
        "system": "http://alticelabs.com/fhir/loinc-custom",
        "code": "10100-F",
        "display": "Cognition Group"
      }
    ]
  },
  "component": [
    {
      "code": {
        "coding": [
          {
            "system": "http://alticelabs.com/fhir/loinc-custom",
            "code": "10101-F",
            "display": "Predicted Cognitive Status in Examination"
          }
        ]
      },
      "valueCodeableConcept": {
        "coding": [
          {
            "system": "http://alticelabs.com/fhir/cognition-status",
            "code": "normal",
            "display": "Normal Cognition"
          }
        ],
        "text": "Normal Cognition"
      }
    },
    {
      "code": {
        "coding": [
          {
            "system": "http://alticelabs.com/fhir/loinc-custom",
            "code": "10102-F",
            "display": "Probability of MCI in Examination"
          }
        ]
      },
      "valueQuantity": {
        "unit": "%",
        "system": "http://unitsofmeasure.org",
        "code": "%",
        "value": 0
      },
      "interpretation": [
        {
          "coding": [
            {
              "system": "http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation",
              "code": "N",
              "display": "Normal"
            }
          ]
        }
      ],
      "referenceRange": [
        {
          "low": {
            "value": 0,
            "unit": "%",
            "system": "http://unitsofmeasure.org",
            "code": "%"
          },
          "high": {
            "value": 50,
            "unit": "%",
            "system": "http://unitsofmeasure.org",
            "code": "%"
          },
          "type": {
            "coding": [
              {
                "system": "http://terminology.hl7.org/CodeSystem/referencerange-meaning",
                "code": "normal"
              }
            ]
          },
          "text": "N"
        },
        {
          "low": {
            "value": 50,
            "unit": "%",
            "system": "http://unitsofmeasure.org",
            "code": "%"
          },
          "text": "H"
        }
      ]
    }
  ],
  "category": [
    {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/observation-category",
          "code": "vital-signs",
          "display": "Vital Signs"
        }
      ]
    }
  ],
  "subject": {
    "reference": "Patient/276c4ae1-5fef-4277-93ef-00c3d7f4f4d5",
    "identifier": {
      "system": "https://glintt.com/viewer",
      "value": "69a02c5d224c0b4344d0621d"
    }
  },
  "effectiveDateTime": "2024-05-03T15:05:03Z",
  "issued": "2024-05-03T15:05:03Z",
  "performer": [
    {
      "reference": "Practitioner/01f86ee0-f70b-455d-b39f-57f444ae4b7e"
    }
  ],
  "derivedFrom": [
    {
      "reference": "Observation/6c5ccf58-42d8-40ff-8f3c-e3ee141672b7"
    }
  ]
}