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

FHIR IG analytics

Packagehl7.fhir.us.mcode.r4b
Resource TypeSpecimen
IdSpecimen-gx-genomic-specimen-tumornormal-tumor.json
FHIR VersionR4B

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: Specimen gx-genomic-specimen-tumornormal-tumor

status: Available

type: Tumor

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

receivedTime: 2021-02-09 21:30:50+0500

Collections

-Collected[x]BodySite
*2021-02-06 17:15:00+0500Left lung structure (body structure)

Source1

{
  "resourceType": "Specimen",
  "id": "gx-genomic-specimen-tumornormal-tumor",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/us/mcode/StructureDefinition/mcode-human-specimen"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "status": "available",
  "type": {
    "coding": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/v2-0487",
        "code": "TUMOR",
        "display": "Tumor"
      }
    ]
  },
  "subject": {
    "reference": "Patient/gx-cancer-patient-adam-anyperson"
  },
  "receivedTime": "2021-02-09T21:30:50+05:00",
  "collection": {
    "collectedDateTime": "2021-02-06T17:15:00+05:00",
    "bodySite": {
      "coding": [
        {
          "system": "http://snomed.info/sct",
          "code": "44029006",
          "display": "Left lung structure (body structure)"
        }
      ]
    }
  }
}