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

FHIR IG analytics

Packagecsiro.stars
Resource TypeSpecimen
IdSpecimen-specimen-example-bat.json
FHIR VersionR5

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-example-bat

Language: en

Profile: CSIRO STARS Specimen Profile

accessionIdentifier: AS22-00001

type: Tissue specimen from brain

subject: Bat (no stated gender), DoB Unknown ( bat1)

Processings

-Description
*Brain extracted from bat carcass

condition: Cool

note:

Bat was showing nerological signs of rabies-like disease


Source1

{
  "resourceType": "Specimen",
  "id": "specimen-example-bat",
  "meta": {
    "profile": [
      "https://starsapi.csiro.au/fhir-ig/stars/StructureDefinition/csiro-stars-specimen"
    ]
  },
  "language": "en",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "accessionIdentifier": {
    "value": "AS22-00001"
  },
  "type": {
    "coding": [
      {
        "system": "http://snomed.info/sct",
        "code": "128157004",
        "display": "Tissue specimen from brain"
      }
    ]
  },
  "subject": {
    "reference": "Patient/Patient-Bat"
  },
  "processing": [
    {
      "description": "Brain extracted from bat carcass"
    }
  ],
  "condition": [
    {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/v2-0493",
          "code": "COOL",
          "display": "Cool"
        }
      ]
    }
  ],
  "note": [
    {
      "text": "Bat was showing nerological signs of rabies-like disease"
    }
  ]
}