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-HER2byImmunoassayExample.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 HER2byImmunoassayExample

status: Final

category: Laboratory, A characterization of a given biomarker observation.

code: HER2 [Units/volume] in Tissue by Immunoassay

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

effective: 2019-04-01

performer: Organization some lab

value: 20 IU/mL

component

code: Gene studied [ID]

value: ERBB2

component

code: A characterization of a given biomarker observation.

value: immunoassay category

component

code: A characterization of a given biomarker observation.

value: cell receptor category

component

code: A characterization of a given biomarker observation.

value: protein category


Source1

{
  "resourceType": "Observation",
  "id": "HER2byImmunoassayExample",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/uv/genomics-reporting/StructureDefinition/molecular-biomarker"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "status": "final",
  "category": [
    {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/observation-category",
          "code": "laboratory"
        }
      ]
    },
    {
      "coding": [
        {
          "system": "http://hl7.org/fhir/uv/genomics-reporting/CodeSystem/tbd-codes-cs",
          "code": "biomarker-category"
        }
      ]
    }
  ],
  "code": {
    "coding": [
      {
        "system": "http://loinc.org",
        "code": "72382-5",
        "display": "HER2 [Units/volume] in Tissue by Immunoassay"
      }
    ]
  },
  "subject": {
    "reference": "Patient/CGPatientExample01"
  },
  "effectiveDateTime": "2019-04-01",
  "performer": [
    {
      "reference": "Organization/ExampleOrg"
    }
  ],
  "valueQuantity": {
    "value": 20,
    "unit": "IU/mL"
  },
  "component": [
    {
      "code": {
        "coding": [
          {
            "system": "http://loinc.org",
            "code": "48018-6",
            "display": "Gene studied [ID]"
          }
        ]
      },
      "valueCodeableConcept": {
        "coding": [
          {
            "system": "http://www.genenames.org",
            "code": "HGNC:3430",
            "display": "ERBB2"
          }
        ]
      }
    },
    {
      "code": {
        "coding": [
          {
            "system": "http://hl7.org/fhir/uv/genomics-reporting/CodeSystem/tbd-codes-cs",
            "code": "biomarker-category"
          }
        ]
      },
      "valueCodeableConcept": {
        "coding": [
          {
            "system": "http://hl7.org/fhir/uv/genomics-reporting/CodeSystem/molecular-biomarker-ontology-cs",
            "code": "immunoassay",
            "display": "immunoassay category"
          }
        ]
      }
    },
    {
      "code": {
        "coding": [
          {
            "system": "http://hl7.org/fhir/uv/genomics-reporting/CodeSystem/tbd-codes-cs",
            "code": "biomarker-category"
          }
        ]
      },
      "valueCodeableConcept": {
        "coding": [
          {
            "system": "http://hl7.org/fhir/uv/genomics-reporting/CodeSystem/molecular-biomarker-ontology-cs",
            "code": "cellReceptor",
            "display": "cell receptor category"
          }
        ]
      }
    },
    {
      "code": {
        "coding": [
          {
            "system": "http://hl7.org/fhir/uv/genomics-reporting/CodeSystem/tbd-codes-cs",
            "code": "biomarker-category"
          }
        ]
      },
      "valueCodeableConcept": {
        "coding": [
          {
            "system": "http://hl7.org/fhir/uv/genomics-reporting/CodeSystem/molecular-biomarker-ontology-cs",
            "code": "protein",
            "display": "protein category"
          }
        ]
      }
    }
  ]
}