Page Status: Updated 2022-10-21

RAT 2, person without a personal identity no

Scenario

  • Negative test result
  • Test type:RAT
  • The tested person does not have a personal identity number. Name and birthdate shall be provided.
  • No performer is provided (optional for RAT)
  • Device is mandatory for RAT and has to be provided as an id from the EU list of approved tests

Link to the example file: https://simplifier.net/EUDCCSweden/RAT2NOPNRMINDATA

Example in json

{
    "resourceType": "Observation",
    "id": "RAT2NOPNRMINDATA",
    "contained":  [
        {
            "resourceType": "Patient",
            "id": "1",
            "name":  [
                {
                    "family": "Smith",
                    "given":  [
                        "Anne",
                        "Marie",
                        "Louise"
                    ]
                }
            ],
            "birthDate": "1974-07-17"
        },
        {
            "resourceType": "Device",
            "id": "3",
            "identifier":  [
                {
                    "system": "https://covid-19-diagnostics.jrc.ec.europa.eu/devices/hsc-common-recognition-rat",
                    "value": "344"
                }
            ]
        }
    ],
    "identifier":  [
        {
            "use": "temp",
            "value": "RAT2NOPNRMINDATA"
        }
    ],
    "status": "final",
    "code": {
        "coding":  [
            {
                "system": "http://loinc.org",
                "code": "LP217198-3"
            },
            {
                "system": "http://snomed.info/sct",
                "code": "840539006"
            }
        ]
    },
    "subject": {
        "reference": "#1"
    },
    "effectiveDateTime": "2021-07-21T10:28:00-01:00",
    "valueCodeableConcept": {
        "coding":  [
            {
                "system": "http://snomed.info/sct",
                "code": "260415000"
            }
        ]
    },
    "device": {
        "reference": "#3"
    }
}