NCPI FHIR Implementation Guide
0.2.0 - ci-build

NCPI FHIR Implementation Guide - Local Development build (v0.2.0). See the Directory of published versions

: Example of Raw Data - XML Representation

Raw xml | Download



<Observation xmlns="http://hl7.org/fhir">
  <id value="example-observation-data-row-1"/>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p><b>Generated Narrative: Observation</b><a name="example-observation-data-row-1"> </a></p><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">Resource Observation &quot;example-observation-data-row-1&quot; </p></div><p><b>status</b>: final</p><p><b>code</b>: demographics <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (<a href="CodeSystem-example-study-data-dictionary-dataset-codesystem-1.html">Dataset CodeSystem (lists all tables)</a>#demographics)</span></p><p><b>subject</b>: <a href="Patient-ncpi-research-study-01-patient-01.html">Patient/ncpi-research-study-01-patient-01</a></p><p><b>specimen</b>: <a href="Specimen-ncpi-research-study-01-specimen-01.html">Specimen/ncpi-research-study-01-specimen-01</a></p><blockquote><p><b>component</b></p><p><b>code</b>: Subject's Unique Identifier <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (<a href="CodeSystem-example-study-data-dictionary-datatable-codesystem-1.html">Datatable CodeSystem (lists all variables)</a>#subjectid)</span></p><p><b>value</b>: SUB0001</p></blockquote><blockquote><p><b>component</b></p><p><b>code</b>: Gender <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (<a href="CodeSystem-example-study-data-dictionary-datatable-codesystem-1.html">Datatable CodeSystem (lists all variables)</a>#gender)</span></p><p><b>value</b>: female <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (<a href="http://hl7.org/fhir/R4/codesystem-administrative-gender.html">AdministrativeGender</a>#female)</span></p></blockquote><blockquote><p><b>component</b></p><p><b>code</b>: Subject's BMI, Measured at Enrollment <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (<a href="CodeSystem-example-study-data-dictionary-datatable-codesystem-1.html">Datatable CodeSystem (lists all variables)</a>#bmi)</span></p><p><b>value</b>: 34.1 kg/m2<span style="background: LightGoldenRodYellow"> (Details: UCUM code kg/m2 = 'kg/m2')</span></p></blockquote><blockquote><p><b>component</b></p><p><b>code</b>: Subject's status (Case or Control) <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (<a href="CodeSystem-example-study-data-dictionary-datatable-codesystem-1.html">Datatable CodeSystem (lists all variables)</a>#status)</span></p><p><b>value</b>: Case <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (umls#C99269)</span></p></blockquote></div>
  </text>
  <status value="final"/>
  <code>
    <coding>
      <system
              value="https://nih-ncpi.github.io/ncpi-fhir-ig/CodeSystem/example-study-data-dictionary-dataset-codesystem-1"/>
      <code value="demographics"/>
    </coding>
  </code>
  <subject>
    <reference value="Patient/ncpi-research-study-01-patient-01"/>
  </subject>
  <specimen>
    <reference value="Specimen/ncpi-research-study-01-specimen-01"/>
  </specimen>
  <component>
    <code>
      <coding>
        <system
                value="https://nih-ncpi.github.io/ncpi-fhir-ig/CodeSystem/example-study-data-dictionary-datatable-codesystem-1"/>
        <code value="subjectid"/>
      </coding>
    </code>
    <valueString value="SUB0001"/>
  </component>
  <component>
    <code>
      <coding>
        <system
                value="https://nih-ncpi.github.io/ncpi-fhir-ig/CodeSystem/example-study-data-dictionary-datatable-codesystem-1"/>
        <code value="gender"/>
      </coding>
    </code>
    <valueCodeableConcept>
      <coding>
        <system value="http://hl7.org/fhir/administrative-gender"/>
        <code value="female"/>
        <display value="female"/>
      </coding>
    </valueCodeableConcept>
  </component>
  <component>
    <code>
      <coding>
        <system
                value="https://nih-ncpi.github.io/ncpi-fhir-ig/CodeSystem/example-study-data-dictionary-datatable-codesystem-1"/>
        <code value="bmi"/>
      </coding>
    </code>
    <valueQuantity>
      <value value="34.1"/>
      <unit value="kg/m2"/>
      <system value="http://unitsofmeasure.org"/>
      <code value="kg/m2"/>
    </valueQuantity>
  </component>
  <component>
    <code>
      <coding>
        <system
                value="https://nih-ncpi.github.io/ncpi-fhir-ig/CodeSystem/example-study-data-dictionary-datatable-codesystem-1"/>
        <code value="status"/>
      </coding>
    </code>
    <valueCodeableConcept>
      <coding>
        <system value="https://uts.nlm.nih.gov/uts/umls"/>
        <code value="C99269"/>
        <display value="Case"/>
      </coding>
    </valueCodeableConcept>
  </component>
</Observation>