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

FHIR IG analytics

Packagehl7.fhir.us.mcode.r4b
Resource TypeDiagnosticReport
IdDiagnosticReport-genomics-report-john-anyperson.json
FHIR VersionR4B

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

Generated Narrative: DiagnosticReport genomics-report-john-anyperson

Genetic analysis report (Genetics)

SubjectJohn B. Anyperson Male, DoB: 1951-01-20 ( Medical Record Number: m123 (use: usual, ))
When For2019-04-01
Reported2019-04-01 11:45:33+1100

Report Details

CodeValueFlags
Genetic variant assessmentPresentFinal, Positive (qualifier value)
DNA region of interest panelFinal

Source1

{
  "resourceType": "DiagnosticReport",
  "id": "genomics-report-john-anyperson",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/us/mcode/StructureDefinition/mcode-genomics-report"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "status": "final",
  "category": [
    {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/v2-0074",
          "code": "GE"
        }
      ]
    }
  ],
  "code": {
    "coding": [
      {
        "system": "http://loinc.org",
        "code": "51969-4",
        "display": "Genetic analysis report"
      }
    ]
  },
  "subject": {
    "reference": "Patient/cancer-patient-john-anyperson"
  },
  "effectiveDateTime": "2019-04-01",
  "issued": "2019-04-01T11:45:33+11:00",
  "specimen": [
    {
      "reference": "Specimen/human-specimen-lung"
    }
  ],
  "result": [
    {
      "reference": "Observation/genomic-variant-somatic-single-nucleotide"
    },
    {
      "reference": "Observation/genomic-region-studied-stk11"
    }
  ]
}