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

FHIR IG analytics

Packagehl7.fhir.uv.cg-incubator
Resource TypeSpecimen
IdSpecimen-tumorSpecimen.json
FHIR VersionR6

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 tumorSpecimen

Language: en

identifier: http://example.org/identifiers/specimens/222333

status: Available

type: Specimen from lung obtained by biopsy (specimen)

subject: Junior Hamsburg (official) Male, DoB: 1987-09-01 ( Medical record number: 1234567 (use: temp, period: 2021-01-01 --> (ongoing)))

receivedTime: 2023-01-23 01:01:01+0000

Collections

-Collected[x]Method
*2023-01-20 09:00:00+0000Biopsy - action

note:

FFPE tumor tissue. Tumor cellularity: 20%.


Source1

{
  "resourceType": "Specimen",
  "id": "tumorSpecimen",
  "language": "en",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "system": "http://example.org/identifiers/specimens",
      "value": "222333"
    }
  ],
  "status": "available",
  "type": {
    "coding": [
      {
        "system": "http://snomed.info/sct",
        "code": "122610009",
        "display": "Specimen from lung obtained by biopsy (specimen)"
      }
    ]
  },
  "subject": {
    "reference": "Patient/somaticPatient"
  },
  "receivedTime": "2023-01-23T01:01:01Z",
  "collection": {
    "collectedDateTime": "2023-01-20T09:00:00Z",
    "method": {
      "coding": [
        {
          "system": "http://snomed.info/sct",
          "code": "129314006",
          "display": "Biopsy - action"
        }
      ]
    }
  },
  "note": [
    {
      "text": "FFPE tumor tissue. Tumor cellularity: 20%."
    }
  ]
}