AnVIL Implementation Guide
0.1.0 - CI Build

AnVIL Implementation Guide - Local Development build (v0.1.0). See the Directory of published versions

AnvilResearchSubjectExample - XML Representation

(back to description)

Raw xml

Source view


<ResearchSubject xmlns="http://hl7.org/fhir">
  <id value="any-subject-id"/>
  <meta>
    <profile
             value="http://theanvil.io/fhir/anvil/StructureDefinition/anvil-research-subject"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p><b>Generated Narrative with Details</b></p><p><b>id</b>: any-subject-id</p><p><b>meta</b>: </p><p><b>status</b>: on-study</p><p><b>study</b>: <a href="ResearchStudy-any-project-id.html">Generated Summary: id: any-project-id; title: my-project-title; status: active</a></p><p><b>individual</b>: <a href="Patient-any-patient-id.html">Generated Summary: id: any-patient-id; </a></p></div>
  </text>
  <extension
             url="http://theanvil.io/fhir/anvil/StructureDefinition/anvil-document-reference">
    <valueReference>
      <reference value="Attachment/DRSAttachmentExample"/>
    </valueReference>
  </extension>
  <status value="on-study"/>
  <study>
    <reference value="ResearchStudy/any-project-id"/>
  </study>
  <individual>
    <reference value="Patient/any-patient-id"/>
  </individual>
</ResearchSubject>