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

FHIR IG analytics

Packagehl7.fhir.uv.cg-incubator
Resource TypeDocumentReference
IdDocumentReference-genomicFileGroupAsSubject.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 genomicFileGroupAsSubject

Language: en

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

status: Current

docStatus: Preliminary

subject: Denovo mutation study members

description:

Combined VCF file of a Proband and Parents that may be used as input or output of a genomic analysis pipeline.

content

Attachments

-UrlTitleCreation
*http://example.org/identifiers/files/11115Combined VCF File of a Proband and Parents2021-01-01 01:02:01+0100

Source1

{
  "resourceType": "DocumentReference",
  "id": "genomicFileGroupAsSubject",
  "language": "en",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "system": "http://example.org/identifiers/files",
      "value": "11115"
    }
  ],
  "status": "current",
  "docStatus": "preliminary",
  "subject": {
    "reference": "Group/groupDenovoFamily",
    "display": "Denovo mutation study members"
  },
  "description": "Combined VCF file of a Proband and Parents that may be used as input or output of a genomic analysis pipeline.",
  "content": [
    {
      "attachment": {
        "url": "http://example.org/identifiers/files/11115",
        "title": "Combined VCF File of a Proband and Parents",
        "creation": "2021-01-01T01:02:01+01:00"
      }
    }
  ]
}