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

FHIR IG analytics

Packagech.fhir.ig.ch-ems
Resource TypeObservation
IdObservation-StrokeBefund.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": "StrokeBefund",
  "status": "final",
  "code": {
    "coding": [
      {
        "system": "http://snomed.info/sct",
        "code": "716800008",
        "display": "Face Arm Speech Test score (observable entity)"
      }
    ]
  },
  "subject": {
    "reference": "Patient/PatientExample"
  },
  "encounter": {
    "reference": "Encounter/EncounterExample"
  },
  "effectiveDateTime": "2016-12-10T12:25:00.000+01:00",
  "component": [
    {
      "extension": [
        {
          "url": "http://fhir.ch/ig/ch-ems/StructureDefinition/ch-ems-ext-laterality",
          "valueCodeableConcept": {
            "coding": [
              {
                "system": "http://snomed.info/sct",
                "code": "24028007",
                "display": "Right (qualifier value)"
              }
            ]
          }
        }
      ],
      "code": {
        "coding": [
          {
            "system": "http://snomed.info/sct",
            "code": "89545001",
            "display": "Face structure (body structure)"
          }
        ]
      },
      "valueCodeableConcept": {
        "coding": [
          {
            "system": "http://snomed.info/sct",
            "code": "373066001",
            "display": "Yes (qualifier value)"
          }
        ]
      }
    },
    {
      "code": {
        "coding": [
          {
            "system": "http://snomed.info/sct",
            "code": "53120007",
            "display": "Upper limb structure (body structure)"
          }
        ]
      },
      "valueCodeableConcept": {
        "coding": [
          {
            "system": "http://snomed.info/sct",
            "code": "373067005",
            "display": "No (qualifier value)"
          }
        ]
      }
    },
    {
      "code": {
        "coding": [
          {
            "system": "http://snomed.info/sct",
            "code": "87335007",
            "display": "Speaking (observable entity)"
          }
        ]
      },
      "valueCodeableConcept": {
        "coding": [
          {
            "system": "http://snomed.info/sct",
            "code": "261665006",
            "display": "Unknown (qualifier value)"
          }
        ]
      }
    }
  ]
}