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

FHIR IG analytics

Packagede.medizininformatikinitiative.kerndatensatz.seltene
Resource TypeObservation
IdObservation-symptom-cataract.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": "symptom-cataract",
  "status": "final",
  "category": [
    {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/observation-category",
          "code": "exam"
        }
      ]
    }
  ],
  "code": {
    "coding": [
      {
        "system": "http://human-phenotype-ontology.org",
        "code": "HP:0000518",
        "display": "Cataract"
      },
      {
        "system": "http://snomed.info/sct",
        "code": "193570009",
        "display": "Cataract"
      }
    ],
    "text": "Katarakt bilateral"
  },
  "subject": {
    "reference": "Patient/patient-marfan-001"
  },
  "effectiveDateTime": "2024-10-15",
  "valueCodeableConcept": {
    "coding": [
      {
        "system": "http://snomed.info/sct",
        "code": "51440002",
        "display": "Bilateral"
      }
    ]
  },
  "interpretation": [
    {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation",
          "code": "A",
          "display": "Abnormal"
        }
      ]
    }
  ],
  "bodySite": {
    "coding": [
      {
        "system": "http://snomed.info/sct",
        "code": "81745001",
        "display": "Eye structure"
      }
    ]
  }
}