FHIR IG analytics| Package | hl7.fhir.uv.genomics-reporting.r4b |
| Resource Type | Observation |
| Id | Observation-SequencePhaseRelationExample1.json |
| FHIR Version | R4B |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Observation SequencePhaseRelationExample1
status: Final
category: Laboratory, Genetics
code: Allelic phase
subject: Adam B. Everyman Male, DoB: 1951-01-20 ( Medical Record Number: m123 (use: usual, ))
effective: 2019-04-01
issued: 2019-03-05 16:04:44+0000
performer: Organization some lab
value: Cis
derivedFrom:
{
"resourceType": "Observation",
"id": "SequencePhaseRelationExample1",
"meta": {
"profile": [
"http://hl7.org/fhir/uv/genomics-reporting/StructureDefinition/sequence-phase-relationship"
]
},
"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": "82120-7"
}
]
},
"subject": {
"reference": "Patient/CGPatientExample01"
},
"effectiveDateTime": "2019-04-01",
"issued": "2019-03-05T16:04:44+00:00",
"performer": [
{
"reference": "Organization/ExampleOrg"
}
],
"valueCodeableConcept": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/sequence-phase-relationship-cs",
"code": "Cis",
"display": "Cis"
}
]
},
"derivedFrom": [
{
"reference": "Observation/VariantExample1"
},
{
"reference": "Observation/VariantExample2"
}
]
}