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

FHIR IG analytics

Packagede.gematik.isik
Resource TypeObservation
IdObservation-ISiKGCSMinExample.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": "ISiKGCSMinExample",
  "meta": {
    "profile": [
      "https://gematik.de/fhir/isik/StructureDefinition/ISiKGCS"
    ]
  },
  "category": [
    {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/observation-category",
          "code": "survey"
        }
      ]
    }
  ],
  "valueQuantity": {
    "system": "http://unitsofmeasure.org",
    "code": "1",
    "value": 3,
    "unit": "Punktwert"
  },
  "code": {
    "coding": [
      {
        "system": "http://loinc.org",
        "code": "9269-2",
        "display": "Glasgow coma score total"
      }
    ]
  },
  "component": [
    {
      "code": {
        "coding": [
          {
            "system": "http://loinc.org",
            "code": "9270-0",
            "display": "Glasgow coma score verbal"
          }
        ]
      },
      "valueCodeableConcept": {
        "coding": [
          {
            "code": "LA6557-8",
            "system": "http://loinc.org",
            "display": "No verbal response"
          }
        ]
      }
    },
    {
      "code": {
        "coding": [
          {
            "system": "http://loinc.org",
            "code": "9268-4",
            "display": "Glasgow coma score motor"
          }
        ]
      },
      "valueCodeableConcept": {
        "coding": [
          {
            "code": "LA6562-8",
            "system": "http://loinc.org",
            "display": "No motor response"
          }
        ]
      }
    },
    {
      "code": {
        "coding": [
          {
            "system": "http://loinc.org",
            "code": "9267-6",
            "display": "Glasgow coma score eye opening"
          }
        ]
      },
      "valueCodeableConcept": {
        "coding": [
          {
            "code": "LA6553-7",
            "system": "http://loinc.org",
            "display": "No eye opening"
          }
        ]
      }
    }
  ],
  "status": "final",
  "subject": {
    "reference": "Patient/PatientinMinimal"
  },
  "effectiveDateTime": "2024-01-15"
}