FHIR IG analytics| Package | hl7.fhir.us.mcode.r4b |
| Resource Type | Observation |
| Id | Observation-gx-genomic-diagnostic-implication-bap1.json |
| FHIR Version | R4B |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Observation gx-genomic-diagnostic-implication-bap1
status: Final
category: Laboratory
code: Diagnostic Implication
subject: Adam Anyperson Male, DoB: 1990-01-01 ( Medical Record Number: 123456789)
effective: 2019-04-01
performer: Practitioner Owen Oncologist
derivedFrom: Observation Genetic variant assessment
| Code | Value[x] |
| Functional Effect | loss of function variant |
{
"resourceType": "Observation",
"id": "gx-genomic-diagnostic-implication-bap1",
"meta": {
"profile": [
"http://hl7.org/fhir/uv/genomics-reporting/StructureDefinition/diagnostic-implication"
]
},
"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://hl7.org/fhir/uv/genomics-reporting/CodeSystem/tbd-codes-cs",
"code": "diagnostic-implication"
}
]
},
"subject": {
"reference": "Patient/gx-cancer-patient-adam-anyperson"
},
"effectiveDateTime": "2019-04-01",
"performer": [
{
"reference": "Practitioner/us-core-practitioner-owen-oncologist"
}
],
"derivedFrom": [
{
"reference": "Observation/gx-genomic-variant-somatic-bap1-indel"
}
],
"component": [
{
"code": {
"coding": [
{
"system": "http://hl7.org/fhir/uv/genomics-reporting/CodeSystem/tbd-codes-cs",
"code": "functional-effect"
}
]
},
"valueCodeableConcept": {
"coding": [
{
"system": "http://www.sequenceontology.org/",
"code": "SO:0002054",
"display": "loss of function variant"
}
]
}
}
]
}