AnVIL Implementation Guide
0.1.0 - CI Build

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

AnvilSpecimenExample - JSON Representation

(back to description)

Raw json

Source view

{
  "resourceType" : "Specimen",
  "id" : "any-sample-id",
  "meta" : {
    "profile" : [
      "http://theanvil.io/fhir/anvil/StructureDefinition/anvil-specimen"
    ]
  },
  "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-sample-id</p><p><b>meta</b>: </p><p><b>status</b>: available</p></div>"
  },
  "extension" : [
    {
      "url" : "http://theanvil.io/fhir/anvil/StructureDefinition/anvil-document-reference",
      "valueReference" : {
        "reference" : "Attachment/DRSAttachmentExample"
      }
    }
  ],
  "status" : "available"
}