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

FHIR IG analytics

Packagede.medizininformatikinitiative.kerndatensatz.seltene
Resource TypeObservation
IdObservation-observation-sma-screening.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": "observation-sma-screening",
  "status": "final",
  "category": [
    {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/observation-category",
          "code": "laboratory"
        }
      ]
    }
  ],
  "code": {
    "coding": [
      {
        "system": "http://loinc.org",
        "code": "92005-8",
        "display": "Spinal muscular atrophy newborn screening panel"
      }
    ]
  },
  "subject": {
    "reference": "Patient/patient-sma-001"
  },
  "effectiveDateTime": "2024-07-18",
  "valueCodeableConcept": {
    "coding": [
      {
        "system": "http://snomed.info/sct",
        "code": "260373001",
        "display": "Detected"
      }
    ]
  },
  "interpretation": [
    {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation",
          "code": "A",
          "display": "Abnormal"
        }
      ]
    }
  ],
  "note": [
    {
      "text": "Positives SMA-Screening. Konfirmatorische Diagnostik empfohlen."
    }
  ],
  "component": [
    {
      "code": {
        "coding": [
          {
            "system": "http://loinc.org",
            "code": "92004-1",
            "display": "Spinal muscular atrophy newborn screen interpretation"
          }
        ]
      },
      "valueCodeableConcept": {
        "text": "Hinweis auf SMA - SMN1 Exon 7 Deletion nachgewiesen"
      }
    },
    {
      "code": {
        "coding": [
          {
            "system": "http://loinc.org",
            "code": "92002-5",
            "display": "SMN1 gene [Cycle Threshold #] in DBS by NAA with probe detection"
          }
        ]
      },
      "valueQuantity": {
        "value": 0,
        "unit": "Ct",
        "system": "http://unitsofmeasure.org",
        "code": "1"
      },
      "interpretation": [
        {
          "coding": [
            {
              "system": "http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation",
              "code": "A",
              "display": "Abnormal"
            }
          ]
        }
      ]
    }
  ]
}