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

FHIR IG analytics

Packagehl7.fhir.uv.molecular-definition-data-types
Resource TypeDocumentReference
IdDocumentReference-example-genomicfile-mw7162561.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 example-genomicfile-mw7162561

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

status: Current

docStatus: Preliminary

description:

A sample Document Reference instance representing Homo sapiens isolate 7 BRCA1 (BRCA1) gene, exon 10 and partial cds.

securityLabel: Restricted

content

Attachments

-ContentTypeUrlTitle
*text/plainhttps://www.ncbi.nlm.nih.gov/nuccore/MW716256.1?report=fasta&log$=seqview&format=textHomo sapiens isolate 7 BRCA1 (BRCA1) gene, exon 10 and partial cds

Source1

{
  "resourceType": "DocumentReference",
  "id": "example-genomicfile-mw7162561",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "system": "http://example.org/identifiers/files",
      "value": "11111"
    }
  ],
  "status": "current",
  "docStatus": "preliminary",
  "description": "A sample Document Reference instance representing Homo sapiens isolate 7 BRCA1 (BRCA1) gene, exon 10 and partial cds.",
  "securityLabel": [
    {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/v3-Confidentiality",
          "code": "R",
          "display": "Restricted"
        }
      ]
    }
  ],
  "content": [
    {
      "attachment": {
        "contentType": "text/plain",
        "url": "https://www.ncbi.nlm.nih.gov/nuccore/MW716256.1?report=fasta&log[%content%]#x3D;seqview&format=text",
        "title": "Homo sapiens isolate 7 BRCA1 (BRCA1) gene, exon 10 and partial cds"
      }
    }
  ]
}