FHIR IG analytics| Package | hl7.fhir.uv.phenomics-exchange |
| Resource Type | Observation |
| Id | Observation-phenotype-1.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Observation phenotype-1
Language: en
Profile: Phenotype Observation profile
status: Final
code: Arachnodactyly
subject: http://server.example.org/fhir/Patient/example
effective: 2014-12-11 04:44:16+0000
performer: http://server.example.org/fhir/Organization/f201
value: Present
{
"resourceType": "Observation",
"id": "phenotype-1",
"meta": {
"profile": [
"http://hl7.org/fhir/uv/phenomics-exchange/StructureDefinition/phenotype"
]
},
"language": "en",
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"status": "final",
"code": {
"coding": [
{
"system": "http://human-phenotype-ontology.org",
"code": "HP:0001166",
"display": "Arachnodactyly"
}
]
},
"subject": {
"reference": "http://server.example.org/fhir/Patient/example"
},
"effectiveDateTime": "2014-12-11T04:44:16Z",
"performer": [
{
"reference": "http://server.example.org/fhir/Organization/f201"
}
],
"valueCodeableConcept": {
"coding": [
{
"system": "http://loinc.org",
"code": "LA9633-4",
"display": "Present"
}
]
}
}