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

FHIR IG analytics

Packageuk.nhsdigital.r4
Resource TypeBundle
IdBundle-searchSet COVIDTest.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": "c01c8284-5561-4825-9f0d-3bdcaf18c8d4",
  "type": "searchset",
  "total": 2,
  "link": [
    {
      "relation": "self",
      "url": "http://example.org/FHIR/R4/Observation?patient.identifier=https://fhir.nhs.uk/Id/nhs-number|9686368973"
    }
  ],
  "entry": [
    {
      "fullUrl": "Observation/edea022a-2d81-11eb-adc1-0242ac120004",
      "resource": {
        "resourceType": "Observation",
        "id": "edea022a-2d81-11eb-adc1-0242ac120004",
        "contained": [
          {
            "resourceType": "Patient",
            "id": "9686368973",
            "identifier": [
              {
                "system": "https://fhir.nhs.uk/Id/nhs-number",
                "value": "9686368973"
              }
            ],
            "birthDate": "1997-12-28"
          }
        ],
        "identifier": [
          {
            "system": "https://fhir.nhs.uk/Id/SpecimenId",
            "value": "eb89a392-5b20-11eb-ae93-0242ac130003"
          }
        ],
        "status": "final",
        "code": {
          "coding": [
            {
              "system": "http://snomed.info/sct",
              "code": "871562009",
              "display": "Detection of SARS-CoV-2 (severe acute respiratory syndrome coronavirus 2)"
            }
          ]
        },
        "subject": {
          "reference": "#9686368973",
          "identifier": [
            {
              "system": "https://fhir.nhs.uk/Id/nhs-number",
              "value": "9686368973"
            }
          ]
        },
        "effectiveDateTime": "2020-09-22T13:00:08.476+00:00",
        "valueCodeableConcept": {
          "coding": [
            {
              "system": "http://snomed.info/sct",
              "code": "1240591000000102",
              "display": "SARS-CoV-2 (severe acute respiratory syndrome coronavirus 2) detection result negative"
            }
          ],
          "text": "SARS-CoV-2-ORGY"
        },
        "method": {
          "coding": [
            {
              "system": "http://snomed.info/sct",
              "code": "1240471000000102",
              "display": "Measurement of COVID-19 antigen"
            }
          ]
        },
        "specimen": {
          "identifier": {
            "system": "https://fhir.nhs.uk/Id/SpecimenId",
            "value": "eb89a392-5b20-11eb-ae93-0242ac130008"
          }
        },
        "device": {
          "identifier": {
            "system": "https://fhir.nhs.uk/Id/Covid19-TestKit",
            "value": "LFT"
          },
          "display": "Lateral Flow Test"
        },
        "performer": [
          {
            "identifier": {
              "value": "MK"
            }
          },
          {
            "identifier": {
              "value": "WKE03"
            }
          },
          {
            "identifier": {
              "value": "electiveCare"
            }
          }
        ],
        "encounter": {
          "display": "health_care_professional"
        }
      },
      "search": {
        "mode": "match"
      }
    },
    {
      "fullUrl": "Observation/edea022a-2d81-11eb-adc1-0242ac120000",
      "resource": {
        "resourceType": "Observation",
        "id": "edea022a-2d81-11eb-adc1-0242ac120000",
        "contained": [
          {
            "resourceType": "Patient",
            "id": "9686368973",
            "identifier": [
              {
                "system": "https://fhir.nhs.uk/Id/nhs-number",
                "value": "9686368973"
              }
            ],
            "birthDate": "1997-12-28"
          }
        ],
        "identifier": [
          {
            "system": "https://fhir.nhs.uk/Id/SpecimenId",
            "value": "eb89a392-5b20-11eb-ae93-0242ac130002"
          }
        ],
        "status": "final",
        "code": {
          "coding": [
            {
              "system": "http://snomed.info/sct",
              "code": "871562009",
              "display": "Detection of SARS-CoV-2 (severe acute respiratory syndrome coronavirus 2)"
            }
          ]
        },
        "subject": {
          "reference": "#9686368973",
          "identifier": [
            {
              "system": "https://fhir.nhs.uk/Id/nhs-number",
              "value": "9686368973"
            }
          ]
        },
        "effectiveDateTime": "2020-09-23T13:00:08.476+00:00",
        "valueCodeableConcept": {
          "coding": [
            {
              "system": "http://snomed.info/sct",
              "code": "1240581000000104",
              "display": "SARS-CoV-2 (severe acute respiratory syndrome coronavirus 2) detection result positive"
            }
          ],
          "text": "SARS-CoV-2-ORGY"
        },
        "method": {
          "coding": [
            {
              "system": "http://snomed.info/sct",
              "code": "1240471000000102",
              "display": "Measurement of 2019-nCoV antigen"
            }
          ]
        },
        "specimen": {
          "identifier": {
            "system": "https://fhir.nhs.uk/Id/SpecimenId",
            "value": "eb89a392-5b20-11eb-ae93-0242ac130002"
          }
        },
        "device": {
          "identifier": {
            "system": "https://fhir.nhs.uk/Id/Covid19-TestKit",
            "value": "LFT"
          },
          "display": "Lateral Flow Test"
        },
        "performer": [
          {
            "identifier": {
              "value": "LFD004"
            }
          },
          {
            "identifier": {
              "value": "WKE03"
            }
          },
          {
            "identifier": {
              "value": "electiveCare"
            }
          }
        ],
        "encounter": {
          "display": "self"
        }
      },
      "search": {
        "mode": "match"
      }
    }
  ]
}