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

FHIR IG analytics

Packagehl7.fhir.pt.obs-neonat
Resource TypeObservation
IdObservation-pupillary-example.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Narrativa gerada: Observation pupillary-example

status: Final

code: Pupil reaction

component

code: Right pupil Pupillary response

value: No abnormality detected - examination result

component

code: Left pupil Pupillary response

value: No abnormality detected - examination result


Source1

{
  "resourceType": "Observation",
  "id": "pupillary-example",
  "meta": {
    "profile": [
      "https://hl7.pt/fhir/NoticiaNascimento/StructureDefinition/Pupillary"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "status": "final",
  "code": {
    "coding": [
      {
        "system": "http://snomed.info/sct",
        "code": "271733001",
        "display": "Pupil reaction"
      }
    ]
  },
  "component": [
    {
      "code": {
        "coding": [
          {
            "system": "http://loinc.org",
            "code": "79815-7",
            "display": "Right pupil Pupillary response"
          }
        ]
      },
      "valueCodeableConcept": {
        "coding": [
          {
            "system": "http://snomed.info/sct",
            "code": "282332003",
            "display": "No abnormality detected - examination result"
          }
        ]
      }
    },
    {
      "code": {
        "coding": [
          {
            "system": "http://loinc.org",
            "code": "79899-1",
            "display": "Left pupil Pupillary response"
          }
        ]
      },
      "valueCodeableConcept": {
        "coding": [
          {
            "system": "http://snomed.info/sct",
            "code": "282332003",
            "display": "No abnormality detected - examination result"
          }
        ]
      }
    }
  ]
}