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

FHIR IG analytics

Packagehl7.fhir.us.cancer-reporting.r4
Resource TypeSpecimen
IdSpecimen-specimen-breast.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: Specimen specimen-breast

identifier: https://www.example.org/some-lis/fhir/specimen-identifier-provisioner/987654321

accessionIdentifier: https://www.example.org/some-lis/fhir/specimen-identifier-provisioner/987654321X

type: Tissue specimen (specimen)

request: ServiceRequest Surgical pathology study

Collections

-Collected[x]MethodBodySite
*2025-03-18 17:00:14-0500Excision (procedure)Right breast, 8 o'clock, 4 cm from nipple

Containers

-IdentifierType
*https://www.example.org/some-lis/fhir/specimen-containerID-provisioner/123456789Specimen container (physical object)

Source1

{
  "resourceType": "Specimen",
  "id": "specimen-breast",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/us/cancer-reporting/StructureDefinition/us-pathology-specimen"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "system": "https://www.example.org/some-lis/fhir/specimen-identifier-provisioner",
      "value": "987654321"
    }
  ],
  "accessionIdentifier": {
    "system": "https://www.example.org/some-lis/fhir/specimen-identifier-provisioner",
    "value": "987654321X"
  },
  "type": {
    "coding": [
      {
        "system": "http://snomed.info/sct",
        "code": "119376003",
        "display": "Tissue specimen (specimen)"
      }
    ]
  },
  "request": [
    {
      "reference": "ServiceRequest/servicerequest-cancer-path"
    }
  ],
  "collection": {
    "collectedDateTime": "2025-03-18T17:00:14-05:00",
    "method": {
      "coding": [
        {
          "system": "http://snomed.info/sct",
          "code": "65801008",
          "display": "Excision (procedure)"
        }
      ]
    },
    "bodySite": {
      "coding": [
        {
          "system": "http://snomed.info/sct",
          "code": "76752008",
          "display": "Breast structure (body structure)"
        }
      ],
      "text": "Right breast, 8 o'clock, 4 cm from nipple"
    }
  },
  "container": [
    {
      "identifier": [
        {
          "system": "https://www.example.org/some-lis/fhir/specimen-containerID-provisioner",
          "value": "123456789"
        }
      ],
      "type": {
        "coding": [
          {
            "system": "http://snomed.info/sct",
            "code": "434711009",
            "display": "Specimen container (physical object)"
          }
        ]
      }
    }
  ]
}