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

FHIR IG analytics

Packagehl7.fhir.uv.genomics-reporting.r4b
Resource TypeObservation
IdObservation-TherapeuticImplicationExample1.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: Observation TherapeuticImplicationExample1

status: Final

category: Laboratory, Genetics

code: Therapeutic Implication

subject: Adam B. Everyman Male, DoB: 1951-01-20 ( Medical Record Number: m123 (use: usual, ))

effective: 2019-04-01

performer: Organization some lab

derivedFrom: Observation Genotype display name

component

code: Therapeutic Implication

value: High risk

component

code: Medication assessed

value: Carbamazepine


Source1

{
  "resourceType": "Observation",
  "id": "TherapeuticImplicationExample1",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/uv/genomics-reporting/StructureDefinition/therapeutic-implication"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "status": "final",
  "category": [
    {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/observation-category",
          "code": "laboratory"
        }
      ]
    },
    {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/v2-0074",
          "code": "GE"
        }
      ]
    }
  ],
  "code": {
    "coding": [
      {
        "system": "http://hl7.org/fhir/uv/genomics-reporting/CodeSystem/tbd-codes-cs",
        "code": "therapeutic-implication"
      }
    ]
  },
  "subject": {
    "reference": "Patient/CGPatientExample01"
  },
  "effectiveDateTime": "2019-04-01",
  "performer": [
    {
      "reference": "Organization/ExampleOrg"
    }
  ],
  "derivedFrom": [
    {
      "reference": "Observation/GenotypeExample1"
    }
  ],
  "component": [
    {
      "code": {
        "coding": [
          {
            "system": "http://hl7.org/fhir/uv/genomics-reporting/CodeSystem/tbd-codes-cs",
            "code": "therapeutic-implication",
            "display": "Therapeutic Implication"
          }
        ]
      },
      "valueCodeableConcept": {
        "coding": [
          {
            "system": "http://loinc.org",
            "code": "LA19541-4",
            "display": "High risk"
          }
        ]
      }
    },
    {
      "code": {
        "coding": [
          {
            "system": "http://loinc.org",
            "code": "51963-7",
            "display": "Medication assessed"
          }
        ]
      },
      "valueCodeableConcept": {
        "coding": [
          {
            "system": "http://www.nlm.nih.gov/research/umls/rxnorm",
            "code": "2002",
            "display": "Carbamazepine"
          }
        ]
      }
    }
  ]
}