FHIR IG analytics| Package | hl7.fhir.uv.genomics-reporting.r4b |
| Resource Type | Observation |
| Id | Observation-GenotypeExamplePharmVar.json |
| FHIR Version | R4B |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Observation GenotypeExamplePharmVar
status: Final
category: Laboratory, Genetics
code: Genotype display name
subject: Adam B. Everyman Male, DoB: 1951-01-20 ( Medical Record Number: m123 (use: usual, ))
effective: 2019-04-01
performer: Organization some lab
value: CYP2D6*7.001 / CYP2D6*1.001
specimen: Specimen: status = available; type = Tissue
derivedFrom:
| Code | Value[x] |
| Gene studied [ID] | CYP2D6 |
{
"resourceType": "Observation",
"id": "GenotypeExamplePharmVar",
"meta": {
"profile": [
"http://hl7.org/fhir/uv/genomics-reporting/StructureDefinition/genotype"
]
},
"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://loinc.org",
"code": "84413-4"
}
]
},
"subject": {
"reference": "Patient/CGPatientExample01"
},
"effectiveDateTime": "2019-04-01",
"performer": [
{
"reference": "Organization/ExampleOrg"
}
],
"valueCodeableConcept": {
"text": "CYP2D6*7.001 / CYP2D6*1.001"
},
"specimen": {
"reference": "Specimen/GenomicSpecimenExample01"
},
"derivedFrom": [
{
"reference": "Observation/HaplotypeExamplePharmVar01"
},
{
"reference": "Observation/HaplotypeExamplePharmVar02"
}
],
"component": [
{
"code": {
"coding": [
{
"system": "http://loinc.org",
"code": "48018-6"
}
]
},
"valueCodeableConcept": {
"coding": [
{
"system": "http://www.genenames.org",
"code": "HGNC:2625",
"display": "CYP2D6"
}
]
}
}
]
}