Page Status: Updated 2022-10-21

Person with personal identity number

Scenario

  • Positive test result
  • Test type:NAAT
  • The tested person has a personal identity number (sv personnummer).

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

Example in json

{
    "resourceType": "Observation",
    "id": "POSTESTNAATPNR",
    "contained":  [
        {
            "resourceType": "Patient",
            "id": "1",
            "identifier":  [
                {
                    "system": "http://electronichealth.se/identifier/personnummer",
                    "value": "199708062386"
                }
            ]
        },
        {
            "resourceType": "Device",
            "id": "2",
            "deviceName":  [
                {
                    "name": "Manufacturer name, NAAT test device",
                    "type": "manufacturer-name"
                }
            ]
        }
    ],
    "identifier":  [
        {
            "use": "temp",
            "value": "POSTESTNAATPNR"
        }
    ],
    "status": "final",
    "code": {
        "coding":  [
            {
                "system": "http://loinc.org",
                "code": "LP6464-4"
            },
            {
                "system": "http://snomed.info/sct",
                "code": "840539006"
            }
        ]
    },
    "subject": {
        "reference": "#1"
    },
    "effectiveDateTime": "2022-10-07T11:43:26Z",
    "valueCodeableConcept": {
        "coding":  [
            {
                "system": "http://snomed.info/sct",
                "code": "260373001"
            }
        ]
    },
    "device": {
        "reference": "#2"
    }
}