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

FHIR IG analytics

Packagede.medizininformatikinitiative.kerndatensatz.symptom
Resource TypeObservation
IdObservation-mii-exa-symptom-glasgow-coma-score.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": "mii-exa-symptom-glasgow-coma-score",
  "meta": {
    "profile": [
      "https://www.medizininformatik-initiative.de/fhir/ext/modul-finding/StructureDefinition/glasgow-coma-score"
    ]
  },
  "category": [
    {
      "coding": [
        {
          "code": "survey",
          "system": "http://terminology.hl7.org/CodeSystem/observation-category"
        }
      ]
    }
  ],
  "code": {
    "coding": [
      {
        "code": "9269-2",
        "system": "http://loinc.org"
      }
    ]
  },
  "valueQuantity": {
    "code": "1",
    "system": "http://unitsofmeasure.org",
    "value": 7,
    "unit": "Score"
  },
  "component": [
    {
      "code": {
        "coding": [
          {
            "code": "9267-6",
            "system": "http://loinc.org"
          }
        ]
      },
      "valueCodeableConcept": {
        "coding": [
          {
            "code": "LA6554-5",
            "system": "http://loinc.org"
          }
        ]
      }
    },
    {
      "code": {
        "coding": [
          {
            "code": "9270-0",
            "system": "http://loinc.org"
          }
        ]
      },
      "valueCodeableConcept": {
        "coding": [
          {
            "code": "LA6561-0",
            "system": "http://loinc.org"
          }
        ]
      }
    },
    {
      "code": {
        "coding": [
          {
            "code": "9268-4",
            "system": "http://loinc.org"
          }
        ]
      },
      "valueCodeableConcept": {
        "coding": [
          {
            "code": "LA6564-4",
            "system": "http://loinc.org"
          }
        ]
      }
    }
  ],
  "status": "final",
  "subject": {
    "reference": "Patient/example"
  },
  "effectiveDateTime": "2013-04-02T09:30:10+01:00"
}