FHIR CI-Build

This is the Continuous Integration Build of FHIR (will be incorrect/inconsistent at times).
See the Directory of published versions

Example DocumentReference/example-genomicfile-nm0002513 (JSON)

Orders and Observations Work GroupMaturity Level: N/AStandards Status: InformativeCompartments: Device, Encounter, Patient, Practitioner, RelatedPerson

Raw JSON (canonical form + also see JSON Format Specification)

A Genomic Data File representing Homo sapiens mutS homolog 2 (MSH2), transcript variant 1, mRNA

{
  "resourceType" : "DocumentReference",
  "id" : "example-genomicfile-nm0002513",
  "identifier" : [{
    "system" : "http://www.somesystemabc.net/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.",
  "securityLabel" : [{
    "coding" : [{
      "system" : "http://terminology.hl7.org/CodeSystem/v3-Confidentiality",
      "code" : "R",
      "display" : "Restricted"
    }]
  }],
  "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"
    }
  }]
}

Usage note: every effort has been made to ensure that the examples are correct and useful, but they are not a normative part of the specification.