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

FHIR IG analytics

Packageuk.nhsengland.genomics.r4
Resource TypeSpecimen
IdSpecimen-MichaelJonesBloodWithCollectionDetails-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-MichaelJonesBloodWithCollectionDetails-Example",
  "identifier": [
    {
      "system": "https://www.christie.nhs.uk/path",
      "value": "Spec123456"
    }
  ],
  "accessionIdentifier": {
    "system": "https://www.christie.nhs.uk/path",
    "value": "Spec123456"
  },
  "status": "available",
  "type": {
    "coding": [
      {
        "system": "http://snomed.info/sct",
        "code": "119297000",
        "display": "Blood specimen"
      }
    ]
  },
  "subject": {
    "reference": "Patient?identifier=https://fhir.nhs.uk/Id/nhs-number|9999999999"
  },
  "receivedTime": "2022-07-13T09:00:00Z",
  "request": [
    {
      "reference": "ServiceRequest?identifier=https://www.christie.nhs.uk/ehr|LabOrder123456"
    }
  ],
  "collection": {
    "collector": {
      "reference": "Practitioner?identifier=https://fhir.nhs.uk/Id/sds-user-id|999999"
    },
    "collectedDateTime": "2022-07-11T09:00:00Z",
    "quantity": {
      "system": "http://unitsofmeasure.org",
      "code": "mL",
      "value": 2.5
    },
    "method": {
      "coding": [
        {
          "system": "http://snomed.info/sct",
          "code": "129300006",
          "display": "Puncture - action"
        }
      ]
    },
    "bodySite": {
      "coding": [
        {
          "system": "http://snomed.info/sct",
          "code": "14975008",
          "display": "Forearm structure"
        }
      ]
    }
  },
  "container": [
    {
      "identifier": [
        {
          "use": "official",
          "type": {
            "coding": [
              {
                "system": "http://terminology.hl7.org/CodeSystem/v2-0203",
                "code": "ACSN",
                "display": "Accession ID"
              }
            ]
          },
          "system": "https://www.christie.nhs.uk/path",
          "value": "ASCN123456",
          "assigner": {
            "reference": "Organization?identifier=https://fhir.nhs.uk/Id/ods-organization-code|RBV"
          }
        }
      ],
      "type": {
        "coding": [
          {
            "system": "http://snomed.info/sct",
            "code": "706067003",
            "display": "Blood collection/transfer device"
          }
        ]
      },
      "specimenQuantity": {
        "system": "http://unitsofmeasure.org",
        "code": "mL",
        "value": 2.5
      }
    }
  ],
  "condition": [
    {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/v2-0493",
          "code": "SNR",
          "display": "Sample not received"
        }
      ]
    }
  ]
}