AnVIL Implementation Guide
0.1.0 - CI Build

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

AnvilResearchSubjectExample - JSON Representation

(back to description)

Raw json

Source view

{
  "resourceType" : "ResearchSubject",
  "id" : "any-subject-id",
  "meta" : {
    "profile" : [
      "http://theanvil.io/fhir/anvil/StructureDefinition/anvil-research-subject"
    ]
  },
  "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-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>"
  },
  "extension" : [
    {
      "url" : "http://theanvil.io/fhir/anvil/StructureDefinition/anvil-document-reference",
      "valueReference" : {
        "reference" : "Attachment/DRSAttachmentExample"
      }
    }
  ],
  "status" : "on-study",
  "study" : {
    "reference" : "ResearchStudy/any-project-id"
  },
  "individual" : {
    "reference" : "Patient/any-patient-id"
  }
}