NAAT 1, person with personal identity no

Scenario

  • Negative test result
  • Test type:NAAT
  • The tested person has a personal identity number. Only "personnummer" shall be provided
  • Performer (Organization name) shall be provided (mandatory for NAAT)
  • Device is optional for NAAT and is not provided in this example

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

Example in json

{
    "resourceType": "Observation",
    "id": "NAAT1PNR",
    "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"
        }
    ],
    "meta": {
        "profile": "http://electronichealth.se/fhir/StructureDefinition/CovidBevisObservationNegTest"
    },
    "identifier":  [
        {
            "use": "temp",
            "value": "NAAT1PNR"
        }
    ],
    "status": "final",
    "code": {
        "coding":  [
            {
                "system": "http://loinc.org",
                "code": "LP6464-4"
            },
            {
                "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"
            }
        ]
    }
}