Phenomics Exchange for Research and Diagnostics
1.0.0-ballot - Comment Ballot International flag

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

: Arachnodactyly present

Page standards status: Informative

Raw xml | Download


<Observation xmlns="http://hl7.org/fhir">
  <id value="phenotype-1"/>
  <meta>
    <profile
             value="http://hl7.org/fhir/uv/phenomics-exchange/StructureDefinition/phenotype"/>
  </meta>
  <language value="en"/>
  <text>
    <status value="generated"/>
    <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>
  </text>
  <status value="final"/>
  <code>
    <coding>
      <system value="http://human-phenotype-ontology.org"/>
      <code value="HP:0001166"/>
      <display value="Arachnodactyly"/>
    </coding>
  </code>
  <subject>
    <reference value="http://server.example.org/fhir/Patient/example"/>
  </subject>
  <effectiveDateTime value="2014-12-11T04:44:16Z"/>
  <performer>
    <reference value="http://server.example.org/fhir/Organization/f201"/>
  </performer>
  <valueCodeableConcept>
    <coding>
      <system value="http://loinc.org"/>
      <code value="LA9633-4"/>
      <display value="Present"/>
    </coding>
  </valueCodeableConcept>
</Observation>