AnVIL Implementation Guide
0.1.0 - CI Build

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

AnvilResearchStudyExample - JSON Representation

(back to description)

Raw json

Source view

{
  "resourceType" : "ResearchStudy",
  "id" : "any-project-id",
  "meta" : {
    "profile" : [
      "http://theanvil.io/fhir/anvil/StructureDefinition/anvil-research-study"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<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>"
  },
  "extension" : [
    {
      "url" : "http://theanvil.io/fhir/anvil/StructureDefinition/anvil-document-reference",
      "valueReference" : {
        "reference" : "Attachment/DRSAttachmentExample"
      }
    }
  ],
  "title" : "my-project-title",
  "status" : "active"
}