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

FHIR IG analytics

Packagech.fhir.ig.ch-ems
Resource TypeObservation
IdObservation-ObservationPupilSizeNormal.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": "ObservationPupilSizeNormal",
  "status": "final",
  "code": {
    "coding": [
      {
        "system": "http://snomed.info/sct",
        "code": "301938007",
        "display": "Finding of size of pupil (finding)"
      }
    ]
  },
  "subject": {
    "reference": "Patient/PatientExample"
  },
  "encounter": {
    "reference": "Encounter/EncounterExample"
  },
  "effectiveDateTime": "2016-12-10T12:25:00.000+01:00",
  "valueCodeableConcept": {
    "coding": [
      {
        "system": "http://snomed.info/sct",
        "code": "17621005",
        "display": "Normal (qualifier value)"
      }
    ],
    "text": "normal"
  }
}