AnVIL Implementation Guide
0.1.0 - CI Build

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

AnvilResearchStudyExample - XML Representation

(back to description)

Raw xml

Source view


<ResearchStudy xmlns="http://hl7.org/fhir">
  <id value="any-project-id"/>
  <meta>
    <profile
             value="http://theanvil.io/fhir/anvil/StructureDefinition/anvil-research-study"/>
  </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-project-id</p><p><b>meta</b>: </p><p><b>title</b>: my-project-title</p><p><b>status</b>: active</p></div>
  </text>
  <extension
             url="http://theanvil.io/fhir/anvil/StructureDefinition/anvil-document-reference">
    <valueReference>
      <reference value="Attachment/DRSAttachmentExample"/>
    </valueReference>
  </extension>
  <title value="my-project-title"/>
  <status value="active"/>
</ResearchStudy>