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

FHIR IG analytics

Packagehl7.fhir.uv.cg-incubator
Resource TypeDocumentReference
IdDocumentReference-genomicFile2.json
FHIR VersionR6

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: DocumentReference genomicFile2

Language: en

identifier: http://example.org/identifiers/files/11112

status: Current

docStatus: Preliminary

subject: Jane Doe

description:

A sample Document Reference instance representing a generic genomic file that may ber used as input or output of a genomic analysis pipeline.

content

Attachments

-UrlTitleCreation
*http://example.org/identifiers/files/11112Sample Genomic File2021-01-01 01:01:01+0100

Source1

{
  "resourceType": "DocumentReference",
  "id": "genomicFile2",
  "language": "en",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "system": "http://example.org/identifiers/files",
      "value": "11112"
    }
  ],
  "status": "current",
  "docStatus": "preliminary",
  "subject": {
    "reference": "Patient/denovoMother",
    "display": "Jane Doe"
  },
  "description": "A sample Document Reference instance representing a generic genomic file that may ber used as input or output of a genomic analysis pipeline.",
  "content": [
    {
      "attachment": {
        "url": "http://example.org/identifiers/files/11112",
        "title": "Sample Genomic File",
        "creation": "2021-01-01T01:01:01+01:00"
      }
    }
  ]
}