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

FHIR IG analytics

Packagehl7.fhir.uv.genomics-reporting
Resource TypeServiceRequest
IdServiceRequest-GenomicServiceRequestExample01.json
FHIR VersionR4

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: ServiceRequest GenomicServiceRequestExample01

status: Completed

intent: Order

code: G6PD gene full mutation analysis in Blood or Tissue by Sequencing

subject: Adam B. Everyman Male, DoB: 1951-01-20 ( Medical Record Number: m123 (use: usual, ))

specimen: Specimen: status = available; type = Tissue


Source1

{
  "resourceType": "ServiceRequest",
  "id": "GenomicServiceRequestExample01",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "status": "completed",
  "intent": "order",
  "code": {
    "coding": [
      {
        "system": "http://loinc.org",
        "code": "94231-8",
        "display": "G6PD gene full mutation analysis in Blood or Tissue by Sequencing"
      }
    ]
  },
  "subject": {
    "reference": "Patient/CGPatientExample01"
  },
  "specimen": [
    {
      "reference": "Specimen/GenomicSpecimenExample01"
    }
  ]
}