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

FHIR IG analytics

Packagehl7.fhir.uv.genomics-reporting.r4
Resource TypeServiceRequest
IdServiceRequest-genomicServiceRequest.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 genomicServiceRequest

identifier: Laboratory Accession ID/111111112

status: Active

intent: Plan

code: Molecular genetic test (procedure)

subject: John Junior Doe (official) Unknown, DoB: 2001-01-01 ( Medical record number: 11117 (use: temp, period: 2021-01-01 --> (ongoing)))


Source1

{
  "resourceType": "ServiceRequest",
  "id": "genomicServiceRequest",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "type": {
        "coding": [
          {
            "system": "http://terminology.hl7.org/CodeSystem/v2-0203",
            "code": "LACSN"
          }
        ],
        "text": "Laboratory Accession ID"
      },
      "system": "http://www.somesystemabc.net/identifiers/serviceRequests",
      "value": "111111112"
    }
  ],
  "status": "active",
  "intent": "plan",
  "code": {
    "coding": [
      {
        "system": "http://snomed.info/sct",
        "code": "405825005",
        "display": "Molecular genetic test (procedure)"
      }
    ]
  },
  "subject": {
    "reference": "Patient/genomicPatient"
  }
}