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 Task - PGxRecEx02 - JSON Representation

Raw json | Download


{
  "resourceType" : "Task",
  "id" : "PGxRecEx02",
  "meta" : {
    "profile" : [
      "http://hl7.org/fhir/uv/genomics-reporting/StructureDefinition/task-rec-followup"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative</b></p><p><b>status</b>: requested</p><p><b>intent</b>: proposal</p><p><b>code</b>: <span title=\"Codes: {http://loinc.org LA26421-0}\">Consider alternative medication</span></p><p><b>description</b>: voriconazole - An alternative agent that is not dependent on CYP2C19 metabolism such as isavuconazole, liposomal amphotericin B, or posaconazole is recommended as primary therapy in lieu of voriconazole. A lower than standard dosage of voriconazole with careful therapeutic drug monitoring is another alternative. Refer to current guidelines for dosage and recommendations at https://cpicpgx.org/guidelines/guideline-for-voriconazole-and-cyp2c19/.</p><p><b>for</b>: <a href=\"Patient-CGPatientExample01.html\">Generated Summary: Medical Record Number: m123 (USUAL); Adam B. Everyman ; gender: male; birthDate: 1951-01-20</a></p><p><b>reasonReference</b>: <a href=\"Observation-TxImp02.html\">Poor metabolizer. Generated Summary: <span title=\"Codes: {http://terminology.hl7.org/CodeSystem/observation-category laboratory}\">Laboratory</span>; <span title=\"Codes: {http://hl7.org/fhir/uv/genomics-reporting/CodeSystem/TbdCodes therapeutic-implication}\">Therapeutic Implication</span></a></p></div>"
  },
  "status" : "requested",
  "intent" : "proposal",
  "code" : {
    "coding" : [
      {
        "system" : "http://loinc.org",
        "code" : "LA26421-0",
        "display" : "Consider alternative medication"
      }
    ]
  },
  "description" : "voriconazole - An alternative agent that is not dependent on CYP2C19 metabolism such as isavuconazole, liposomal amphotericin B, or posaconazole is recommended as primary therapy in lieu of voriconazole. A lower than standard dosage of voriconazole with careful therapeutic drug monitoring is another alternative. Refer to current guidelines for dosage and recommendations at https://cpicpgx.org/guidelines/guideline-for-voriconazole-and-cyp2c19/.",
  "for" : {
    "reference" : "Patient/CGPatientExample01"
  },
  "reasonReference" : {
    "reference" : "Observation/TxImp02",
    "display" : "Poor metabolizer"
  }
}