Genomics Reporting Implementation Guide
1.1.0 - Ballot

This page is part of the Genetic Reporting Implementation Guide (v1.1.0: STU 2 Ballot 1) based on FHIR R4. The current version which supercedes this version is 2.0.0. For a full list of available versions, see the Directory of published versions

: Example - Sequence Phase Relation - JSON Representation

Raw json | Download


{
  "resourceType" : "Observation",
  "id" : "SequencePhaseRelationExample1",
  "meta" : {
    "profile" : [
      "http://hl7.org/fhir/uv/genomics-reporting/StructureDefinition/sequence-phase-relationship"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative</b></p><p></p><p><b>category</b>: <span title=\"Codes: {http://terminology.hl7.org/CodeSystem/observation-category laboratory}\">Laboratory</span></p><p><b>code</b>: <span title=\"Codes: {http://loinc.org 82120-7}\">Allelic phase</span></p><p><b>issued</b>: Mar 5, 2019 4:04:44 PM</p><p><b>value</b>: <span title=\"Codes: {http://hl7.org/fhir/uv/genomics-reporting/CodeSystem/SequencePhaseRelationshipCS Cis}\">Cis</span></p><p><b>derivedFrom</b>: </p><ul><li><a href=\"Observation-VariantExample1.html\">Generated Summary: <span title=\"Codes: {http://terminology.hl7.org/CodeSystem/observation-category laboratory}\">Laboratory</span>; <span title=\"Codes: {http://loinc.org 69548-6}\">Genetic variant assessment</span>; effective: 2019-04-01; <span title=\"Codes: {http://loinc.org LA9633-4}\">Present</span>; <span title=\"Codes: {http://snomed.info/sct 10828004}\">Positive (qualifier value)</span>; <span title=\"Codes: {http://loinc.org LA26398-0}\">Sequencing</span></a></li><li><a href=\"Observation-VariantExample2.html\">Generated Summary: <span title=\"Codes: {http://terminology.hl7.org/CodeSystem/observation-category laboratory}\">Laboratory</span>; <span title=\"Codes: {http://loinc.org 69548-6}\">Genetic variant assessment</span>; effective: 2019-04-01; <span title=\"Codes: {http://loinc.org LA9633-4}\">Present</span>; <span title=\"Codes: {http://loinc.org LA26398-0}\">Sequencing</span></a></li></ul></div>"
  },
  "status" : "final",
  "category" : [
    {
      "coding" : [
        {
          "system" : "http://terminology.hl7.org/CodeSystem/observation-category",
          "code" : "laboratory"
        }
      ]
    }
  ],
  "code" : {
    "coding" : [
      {
        "system" : "http://loinc.org",
        "code" : "82120-7"
      }
    ]
  },
  "issued" : "2019-03-05T16:04:44+00:00",
  "valueCodeableConcept" : {
    "coding" : [
      {
        "system" : "http://hl7.org/fhir/uv/genomics-reporting/CodeSystem/SequencePhaseRelationshipCS",
        "code" : "Cis",
        "display" : "Cis"
      }
    ]
  },
  "derivedFrom" : [
    {
      "reference" : "Observation/VariantExample1"
    },
    {
      "reference" : "Observation/VariantExample2"
    }
  ]
}