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

FHIR IG analytics

Packagefhir.nwgenomics.nhs.uk
Resource TypeSpecimen
IdSpecimen-SpecimenExample.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 SpecimenExample

version: 1.0

Profile: Specimen

identifier: Placer Identifier/25GEN-029GN00001

accessionIdentifier: Accession ID/1001166717

status: Available

type: Whole blood specimen

subject: Octavia CHISLETT

Collections

-Collected[x]
*2025-01-29 10:37:26+0000

Source1

{
  "resourceType": "Specimen",
  "id": "SpecimenExample",
  "meta": {
    "versionId": "1.0",
    "profile": [
      "https://fhir.nwgenomics.nhs.uk/StructureDefinition/Specimen"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "type": {
        "coding": [
          {
            "system": "http://terminology.hl7.org/CodeSystem/v2-0203",
            "code": "PLAC"
          }
        ]
      },
      "system": "http://www.acme.org/specimen/Beaker",
      "value": "25GEN-029GN00001",
      "assigner": {
        "identifier": {
          "system": "https://fhir.nhs.uk/Id/ods-organization-code",
          "value": "R0A"
        }
      }
    }
  ],
  "accessionIdentifier": {
    "type": {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/v2-0203",
          "code": "ACSN"
        }
      ]
    },
    "system": "http://www.example.org/specimen/accession",
    "value": "1001166717",
    "assigner": {
      "identifier": {
        "system": "https://fhir.nhs.uk/Id/ods-organization-code",
        "value": "699X0"
      }
    }
  },
  "status": "available",
  "type": {
    "coding": [
      {
        "system": "http://snomed.info/sct",
        "code": "258580003",
        "display": "Whole blood specimen"
      }
    ]
  },
  "subject": {
    "reference": "urn:uuid:d6faafcf-db64-4c11-9da8-25f36774c1bd",
    "identifier": {
      "system": "https://fhir.nhs.uk/Id/nhs-number",
      "value": "9449305552"
    },
    "display": "Octavia CHISLETT"
  },
  "collection": {
    "collectedDateTime": "2025-01-29T10:37:26+00:00"
  }
}