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

FHIR IG analytics

Packageuk.nhsengland.genomics.r4
Resource TypeBundle
IdUKCore-Bundle-MichaelJonesSpecimen-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": "Bundle",
  "id": "UKCore-Bundle-MichaelJonesSpecimen-Example",
  "type": "transaction",
  "timestamp": "2022-07-11T09:00:00Z",
  "entry": [
    {
      "fullUrl": "urn:uuid:840d075e-0480-4134-ae51-27f572731cc8",
      "resource": {
        "resourceType": "Specimen",
        "id": "840d075e-0480-4134-ae51-27f572731cc8",
        "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"
              }
            ]
          }
        ]
      },
      "request": {
        "method": "POST",
        "url": "Specimen"
      }
    }
  ]
}