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

FHIR IG analytics

Packagede.medizininformatikinitiative.kerndatensatz.molgen
Resource TypeObservation
IdObservation-mii-exa-molgen-genotyp-1.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": "mii-exa-molgen-genotyp-1",
  "meta": {
    "profile": [
      "https://www.medizininformatik-initiative.de/fhir/ext/modul-molgen/StructureDefinition/genotyp|2026.0.4",
      "http://hl7.org/fhir/uv/genomics-reporting/StructureDefinition/genotype|3.0.0"
    ]
  },
  "status": "final",
  "category": [
    {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/observation-category",
          "code": "laboratory",
          "display": "Laboratory"
        }
      ]
    },
    {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/v2-0074",
          "code": "GE"
        }
      ]
    }
  ],
  "code": {
    "coding": [
      {
        "system": "http://loinc.org",
        "code": "84413-4",
        "display": "Genotype display name"
      }
    ]
  },
  "subject": {
    "reference": "Patient/mii-exa-molgen-patient"
  },
  "effectiveDateTime": "2022-04-07",
  "valueCodeableConcept": {
    "text": "BRAF rs113488022 T>A"
  },
  "method": {
    "coding": [
      {
        "system": "http://loinc.org",
        "code": "LA26398-0",
        "display": "Sequencing"
      }
    ]
  },
  "specimen": {
    "reference": "Specimen/mii-exa-molgen-specimen-1"
  },
  "device": {
    "reference": "Device/mii-exa-molgen-device-sequencer"
  },
  "derivedFrom": [
    {
      "reference": "Observation/mii-exa-molgen-variante-1"
    }
  ],
  "component": [
    {
      "code": {
        "coding": [
          {
            "system": "http://loinc.org",
            "code": "48018-6",
            "display": "Gene studied [ID]"
          }
        ]
      },
      "valueCodeableConcept": {
        "coding": [
          {
            "system": "http://www.genenames.org/geneId",
            "code": "HGNC:1097",
            "display": "BRAF"
          }
        ]
      }
    },
    {
      "code": {
        "coding": [
          {
            "system": "http://loinc.org",
            "code": "48001-2",
            "display": "Cytogenetic (chromosome) location"
          }
        ]
      },
      "valueCodeableConcept": {
        "coding": [
          {
            "system": "urn:oid:2.16.840.1.113883.6.335",
            "code": "7q34"
          }
        ]
      }
    }
  ]
}