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

FHIR IG analytics

Packagehl7.fhir.us.mcode
Resource TypeServiceRequest
IdServiceRequest-gx-order-tumornormal-gensop-inc.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 gx-order-tumornormal-gensop-inc

identifier: Filler Identifier/22howe

status: Completed

intent: Order

code: xT - 648 gene panel

subject: Adam Anyperson Male, DoB: 1990-01-01 ( Medical Record Number: 123456789)

reasonCode: Malignant neoplasm of unspecified part of bronchus or lung


Source1

{
  "resourceType": "ServiceRequest",
  "id": "gx-order-tumornormal-gensop-inc",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "type": {
        "coding": [
          {
            "system": "http://terminology.hl7.org/CodeSystem/v2-0203",
            "code": "FILL",
            "display": "Filler Identifier"
          }
        ]
      },
      "system": "https://www.gensop.com",
      "value": "22howe"
    }
  ],
  "status": "completed",
  "intent": "order",
  "code": {
    "coding": [
      {
        "system": "https://www.gensop.com",
        "code": "XT.V4",
        "display": "xT - 648 gene panel"
      }
    ]
  },
  "subject": {
    "reference": "Patient/gx-cancer-patient-adam-anyperson"
  },
  "reasonCode": [
    {
      "coding": [
        {
          "system": "http://hl7.org/fhir/sid/icd-10-cm",
          "code": "C34.9",
          "display": "Malignant neoplasm of unspecified part of bronchus or lung"
        },
        {
          "system": "http://terminology.hl7.org/CodeSystem/icd-o-3",
          "code": "8140/3",
          "display": "Adenocarcinoma, NOS"
        }
      ]
    }
  ]
}