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

FHIR IG analytics

Packagede.gematik.isik-vitalparameter
Resource TypeObservation
IdObservation-ISiKGCSExample.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": "ISiKGCSExample",
  "meta": {
    "profile": [
      "https://gematik.de/fhir/isik/v3/VitalparameterUndKoerpermasze/StructureDefinition/ISiKGCS",
      "http://fhir.de/StructureDefinition/observation-de-vitalsign-gcs"
    ]
  },
  "category": [
    {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/observation-category",
          "code": "vital-signs"
        }
      ]
    }
  ],
  "code": {
    "coding": [
      {
        "system": "http://loinc.org",
        "code": "9269-2",
        "display": "Glasgow coma score total"
      }
    ]
  },
  "valueQuantity": {
    "system": "http://unitsofmeasure.org",
    "code": "1",
    "value": 11,
    "unit": "Punktwert"
  },
  "component": [
    {
      "code": {
        "coding": [
          {
            "system": "http://loinc.org",
            "code": "9267-6"
          }
        ]
      },
      "valueQuantity": {
        "system": "http://unitsofmeasure.org",
        "code": "1",
        "value": 4,
        "unit": "Punktwert"
      }
    },
    {
      "code": {
        "coding": [
          {
            "system": "http://loinc.org",
            "code": "9268-4"
          }
        ]
      },
      "valueQuantity": {
        "system": "http://unitsofmeasure.org",
        "code": "1",
        "value": 4,
        "unit": "Punktwert"
      }
    },
    {
      "code": {
        "coding": [
          {
            "system": "http://loinc.org",
            "code": "9270-0"
          }
        ]
      },
      "valueQuantity": {
        "system": "http://unitsofmeasure.org",
        "code": "1",
        "value": 3,
        "unit": "Punktwert"
      }
    }
  ],
  "status": "final",
  "subject": {
    "reference": "Patient/PatientinMusterfrau"
  },
  "effectiveDateTime": "2020-10-11"
}