Phenomics Exchange for Research and Diagnostics, published by HL7 International / Clinical Interoperability Council. This guide is not an authorized publication; it is the continuous build for version 1.0.0-ballot built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/phenomics-exchange-ig/ and changes regularly. See the Directory of published versions
| Page standards status: Informative |
{
"resourceType" : "Observation",
"id" : "phenotype-1",
"meta" : {
"profile" : [
🔗 "http://hl7.org/fhir/uv/phenomics-exchange/StructureDefinition/phenotype"
]
},
"language" : "en",
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\" xml:lang=\"en\" lang=\"en\"><p class=\"res-header-id\"><b>Generated Narrative: Observation phenotype-1</b></p><a name=\"phenotype-1\"> </a><a name=\"hcphenotype-1\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\">Language: en</p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-phenotype.html\">Phenotype Observation profile</a></p></div><p><b>status</b>: Final</p><p><b>code</b>: <span title=\"Codes:{http://human-phenotype-ontology.org HP:0001166}\">Arachnodactyly</span></p><p><b>subject</b>: <a href=\"http://server.example.org/fhir/Patient/example\">http://server.example.org/fhir/Patient/example</a></p><p><b>effective</b>: 2014-12-11 04:44:16+0000</p><p><b>performer</b>: <a href=\"http://server.example.org/fhir/Organization/f201\">http://server.example.org/fhir/Organization/f201</a></p><p><b>value</b>: <span title=\"Codes:{http://loinc.org LA9633-4}\">Present</span></p></div>"
},
"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"
}
]
}
}