Page Status: Updated 2022-10-21

RAT 1, person with personal identity number

Scenario

  • Negative test result
  • Test type:RAT
  • The tested person has a personal identity number. Only "personnummer" shall be provided
  • Performer (Organization name) 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/RAT1PNR

Example in json

{
    "resourceType": "Observation",
    "id": "RAT1PNR",
    "contained":  [
        {
            "resourceType": "Patient",
            "id": "1",
            "meta": {
                "profile": "http://electronichealth.se/fhir/StructureDefinition/CovidBevisPatient"
            },
            "identifier":  [
                {
                    "system": "http://electronichealth.se/identifier/personnummer",
                    "value": "199708062386"
                }
            ]
        },
        {
            "resourceType": "Organization",
            "id": "2",
            "meta": {
                "profile": "http://electronichealth.se/fhir/StructureDefinition/CovidBevisOrganizationNegTest"
            },
            "name": "Testaren i staden"
        },
        {
            "resourceType": "Device",
            "id": "3",
            "meta": {
                "profile": "http://electronichealth.se/fhir/StructureDefinition/CovidBevisDeviceNegTestRAT"
            },
            "identifier":  [
                {
                    "system": "https://covid-19-diagnostics.jrc.ec.europa.eu/devices/hsc-common-recognition-rat",
                    "value": "344"
                }
            ]
        }
    ],
    "meta": {
        "profile": "http://electronichealth.se/fhir/StructureDefinition/CovidBevisObservationNegTest"
    },
    "identifier":  [
        {
            "use": "temp",
            "value": "RAT1PNR"
        }
    ],
    "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",
    "performer":  [
        {
            "reference": "#2"
        }
    ],
    "valueCodeableConcept": {
        "coding":  [
            {
                "system": "http://snomed.info/sct",
                "code": "260415000"
            }
        ]
    },
    "device": {
        "reference": "#3"
    }
}