Page Status: Updated 2022-10-21

Patient with guardian

Scenario

  • Positive test result
  • Test type:NAAT
  • The tested person is underage and has a guardian (sv vĂ„rdnadshavare).

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

Example in json

{
    "resourceType": "Observation",
    "id": "POSTESTNAATGUARD",
    "contained":  [
        {
            "resourceType": "Patient",
            "id": "1",
            "identifier":  [
                {
                    "system": "http://electronichealth.se/identifier/personnummer",
                    "value": "202208312385"
                }
            ],
            "contact":  [
                {
                    "extension":  [
                        {
                            "url": "http://hl7.org/fhir/StructureDefinition/patient-relatedPerson",
                            "valueReference": {
                                "identifier": {
                                    "system": "http://electronichealth.se/identifier/personnummer",
                                    "value": "195811112217"
                                }
                            }
                        }
                    ],
                    "relationship":  [
                        {
                            "coding":  [
                                {
                                    "system": "http://terminology.hl7.org/CodeSystem/v3-RoleCode",
                                    "code": "GUARD"
                                }
                            ]
                        }
                    ],
                    "name": {
                        "use": "old"
                    }
                }
            ]
        },
        {
            "resourceType": "Device",
            "id": "2",
            "deviceName":  [
                {
                    "name": "Manufacturer name, NAAT test device",
                    "type": "manufacturer-name"
                }
            ]
        }
    ],
    "identifier":  [
        {
            "use": "temp",
            "value": "POSTESTNAATGUARD"
        }
    ],
    "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:35Z",
    "valueCodeableConcept": {
        "coding":  [
            {
                "system": "http://snomed.info/sct",
                "code": "260373001"
            }
        ]
    },
    "device": {
        "reference": "#2"
    }
}