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

FHIR IG analytics

Packagehl7.fhir.us.mcode.r4
Resource TypeObservation
IdObservation-gx-genomic-tmb.json
FHIR VersionR4

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 gx-genomic-tmb

status: Final

category: Laboratory

code: Mutations/Megabase [# Ratio] in Tumor

subject: Adam Anyperson Male, DoB: 1990-01-01 ( Medical Record Number: 123456789)

effective: 2019-04-01

performer: Practitioner Owen Oncologist

value: 57.1 1/1000000{Base} (Details: UCUM code1/1000000{Base} = '1/1000000{Base}')


Source1

{
  "resourceType": "Observation",
  "id": "gx-genomic-tmb",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/uv/genomics-reporting/StructureDefinition/tmb"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "status": "final",
  "category": [
    {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/observation-category",
          "code": "laboratory"
        }
      ]
    }
  ],
  "code": {
    "coding": [
      {
        "system": "http://loinc.org",
        "code": "94076-7"
      }
    ]
  },
  "subject": {
    "reference": "Patient/gx-cancer-patient-adam-anyperson"
  },
  "effectiveDateTime": "2019-04-01",
  "performer": [
    {
      "reference": "Practitioner/us-core-practitioner-owen-oncologist"
    }
  ],
  "valueQuantity": {
    "value": 57.1,
    "system": "http://unitsofmeasure.org",
    "code": "1/1000000{Base}"
  }
}