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

FHIR IG analytics

Packageuk.nhsengland.genomics.r4
Resource TypeSpecimen
IdSpecimen-TissueResection-Example.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source1

{
  "resourceType": "Specimen",
  "id": "Specimen-TissueResection-Example",
  "identifier": [
    {
      "system": "https://fhir.add.nhs.uk/Id/specimenId",
      "value": "699F01231423"
    }
  ],
  "status": "available",
  "type": {
    "coding": [
      {
        "system": "http://snomed.info/sct",
        "code": "364611000000101",
        "display": "Tissue resection sample"
      }
    ]
  },
  "subject": {
    "reference": "Patient/Patient-KayBurbridge-Example",
    "identifier": {
      "system": "https://fhir.nhs.uk/Id/nhs-number",
      "value": "8449303541"
    }
  },
  "collection": {
    "collector": {
      "identifier": {
        "system": "https://fhir.nhs.uk/Id/sds-user-id",
        "value": "9999999998"
      },
      "display": "ClinicalScientist-Anna Lane"
    },
    "collectedDateTime": "2023-11-04T15:00:00Z",
    "bodySite": {
      "extension": [
        {
          "url": "https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-BodySiteReference",
          "valueReference": {
            "reference": "BodyStructure/BodyStructure-SpecimenBodySiteLocation-Example"
          }
        }
      ]
    }
  },
  "condition": [
    {
      "coding": [
        {
          "system": "https://fhir.hl7.org.uk/CodeSystem/UKCore-PrimarySampleState",
          "code": "fresh",
          "display": "Fresh"
        }
      ]
    }
  ],
  "request": [
    {
      "reference": "ServiceRequest/ServiceRequest-NonWGSTestOrderForm-OutOfCountry-Example"
    }
  ]
}