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

FHIR IG analytics

Packagehl7.fhir.us.healthedata1-sandbox
Resource TypeSpecimen
IdSpecimen-tissue-biopsy.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 tissue-biopsy

accessionIdentifier: http://acme.com/labs/accession-ids/20220927-00128

type: Tissue specimen (specimen)

subject: Amy V. Baxter (no stated gender), DoB: 1987-02-20 ( Medical Record Number: 1032702 (use: usual, ))

Collections

-Collected[x]Method
*2022-09-27 18:07:12+0000Biopsy - action (qualifier value)

Containers

-Type
*Formalin specimen container

Source1

{
  "resourceType": "Specimen",
  "id": "tissue-biopsy",
  "meta": {
    "extension": [
      {
        "url": "http://hl7.org/fhir/StructureDefinition/instance-name",
        "valueString": "Tissue Biopsy Specimen Example"
      },
      {
        "url": "http://hl7.org/fhir/StructureDefinition/instance-description",
        "valueMarkdown": "This example of a *US Core Specimen Profile* illustrates a tissue specimen obtained by biopsy."
      }
    ],
    "profile": [
      "http://hl7.org/fhir/us/core/StructureDefinition/us-core-specimen"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "accessionIdentifier": {
    "system": "http://acme.com/labs/accession-ids",
    "value": "20220927-00128"
  },
  "type": {
    "coding": [
      {
        "system": "http://snomed.info/sct",
        "version": "http://snomed.info/sct/731000124108",
        "code": "119376003",
        "display": "Tissue specimen (specimen)"
      }
    ]
  },
  "subject": {
    "reference": "Patient/example"
  },
  "collection": {
    "collectedDateTime": "2022-09-27T18:07:12Z",
    "method": {
      "coding": [
        {
          "system": "http://snomed.info/sct",
          "version": "http://snomed.info/sct/731000124108",
          "code": "129314006",
          "display": "Biopsy - action (qualifier value)"
        }
      ]
    }
  },
  "container": [
    {
      "type": {
        "text": "Formalin specimen container"
      }
    }
  ]
}