FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagede.medizininformatikinitiative.kerndatensatz.studie
Resource TypeDocumentReference
IdDocumentReference-mii-exa-studie-dokument.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source1

{
  "resourceType": "DocumentReference",
  "id": "mii-exa-studie-dokument",
  "meta": {
    "profile": [
      "https://www.medizininformatik-initiative.de/fhir/modul-studie/StructureDefinition/mii-pr-studie-dokument"
    ]
  },
  "status": "current",
  "content": [
    {
      "attachment": {
        "url": "https://example.com/fhir/Binary/document",
        "title": "Beispiel Dokument",
        "contentType": "application/pdf",
        "size": 2000
      }
    }
  ],
  "author": [
    {
      "reference": "Organization/mii-exa-studie-author"
    }
  ],
  "custodian": {
    "reference": "Organization/mii-exa-studie-custodian"
  },
  "context": {
    "related": [
      {
        "reference": "ResearchStudy/mii-exa-studie-cohort"
      }
    ]
  }
}