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

FHIR IG analytics

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

Language: en

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

status: Current

docStatus: Preliminary

description:

A sample Document Reference instance representing Homo sapiens mutS homolog 2 (MSH2), transcript variant 1, mRNA.

content

Attachments

-ContentTypeUrlTitle
*text/htmlhttps://www.ncbi.nlm.nih.gov/nuccore/NM_000251.3?report=fastaHomo sapiens mutS homolog 2 (MSH2), transcript variant 1, mRNA

Source1

{
  "resourceType": "DocumentReference",
  "id": "example-genomicFile-nm0002513",
  "language": "en",
  "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 mutS homolog 2 (MSH2), transcript variant 1, mRNA.",
  "content": [
    {
      "attachment": {
        "contentType": "text/html",
        "url": "https://www.ncbi.nlm.nih.gov/nuccore/NM_000251.3?report=fasta",
        "title": "Homo sapiens mutS homolog 2 (MSH2), transcript variant 1, mRNA"
      }
    }
  ]
}