patientsummary

Pesquisa de Patient Summary


Mensagem Exemplo 1 - Pesquisa de Patient Summary
Caso de Validação 1 – Pesquisa de Patient Summary para um determinado utente com retorno de alergias e intolerâncias.

 

PEDIDO


Bundle
{
    "resourceType": "Bundle",
    "id": "Exemplo1-pesquisa-PS",
    "meta": {
        "lastUpdated": "2023-12-31T23:59:59+00:00",
        "profile":  [
            "https://spms.min-saude.pt/fhir-r4B/iop/StructureDefinition/BundlePTTRV"
        ]
    },
    "type": "message",
    "entry":  [
        {
            "fullUrl": "https://spms.min-saude.pt/fhir-r4B/MessageHeader/me0d7410-9423-42d3-aa97-a2c55d78b553",
            "resource": {
                "resourceType": "MessageHeader",
                "id": "me0d7410-9423-42d3-aa97-a2c55d78b553",
                "meta": {
                    "lastUpdated": "2023-12-31T23:59:59+00:00",
                    "profile":  [
                        "https://spms.min-saude.pt/fhir-r4B/iop/StructureDefinition/MessageHeaderPTTRVEXE"
                    ]
                },
                "eventCoding": {
                    "system": "https://spms.min-saude.pt/fhir-r4B/iop/events",
                    "code": "<codigo-evento>",
                    "display": "<descricao-do-evento>"
                },
                "destination":  [
                    {
                        "name": "<nome-do-sistema-destino>",
                        "endpoint": "<nome-da-entidade-responsavel/nome-do-sistema-destino>",
                        "receiver": {
                            "reference": "Organization/1o2019ad-4e1e-460e-b1b6-4e06cd6ffb66",
                            "display": "<nome-da-entidade-exemplo1>"
                        }
                    }
                ],
                "sender": {
                    "reference": "Organization/2o2019ad-4e1e-460e-b1b6-4e06cd6ffb44",
                    "display": "<nome-da-entidade-exemplo2>"
                },
                "enterer": {
                    "reference": "Practitioner/c80d7410-9423-42d3-aa97-a2c55d78b526"
                },
                "source": {
                    "name": "<nome-do-sistema-origem>",
                    "endpoint": "<nome-da-entidade-responsavel/nome-do-sistema-origem>"
                },
                "focus":  [
                    {
                        "reference": "Parameters/p37c149d-46e2-42b0-8caf-478564c436p3"
                    }
                ]
            }
        },
        {
            "fullUrl": "https://spms.min-saude.pt/fhir-r4B/Parameters/p37c149d-46e2-42b0-8caf-478564c436p3",
            "resource": {
                "resourceType": "Parameters",
                "id": "p37c149d-46e2-42b0-8caf-478564c436p3",
                "meta": {
                    "lastUpdated": "2023-12-31T23:59:59+00:00",
                    "profile":  [
                        "https://spms.min-saude.pt/fhir-r4B/iop/StructureDefinition/ParametersPTPS"
                    ]
                },
                "parameter":  [
                    {
                        "name": "Utente",
                        "resource": {
                            "resourceType": "Patient",
                            "id": "mdca24f4-35c4-4df9-a095-bfc0b52fbc44",
                            "identifier":  [
                                {
                                    "type": {
                                        "coding":  [
                                            {
                                                "system": "http://terminology.hl7.org/CodeSystem/v2-0203",
                                                "code": "HC",
                                                "display": "Health Card Number"
                                            }
                                        ],
                                        "text": "Número Nacional do Utente"
                                    },
                                    "system": "https://spms.min-saude.pt/rnu/identifiers/patient-id",
                                    "value": "123456789"
                                }
                            ],
                            "name":  [
                                {
                                    "text": "Antónia Silva"
                                }
                            ],
                            "birthDate": "1990-02-18"
                        }
                    },
                    {
                        "name": "NomeDocumento",
                        "valueCodeableConcept": {
                            "coding":  [
                                {
                                    "system": "http://loinc.org",
                                    "code": "60591-5",
                                    "display": "Patient summary Document"
                                }
                            ],
                            "text": "Resumo de saúde do utente"
                        }
                    }
                ]
            }
        },
        {
            "fullUrl": "https://spms.min-saude.pt/fhir-r4B/Practitioner/c80d7410-9423-42d3-aa97-a2c55d78b526",
            "resource": {
                "resourceType": "Practitioner",
                "id": "c80d7410-9423-42d3-aa97-a2c55d78b526",
                "meta": {
                    "profile":  [
                        "https://spms.min-saude.pt/fhir-r4B/iop/StructureDefinition/PractitionerPTPSSNC"
                    ]
                },
                "identifier":  [
                    {
                        "type": {
                            "coding":  [
                                {
                                    "system": "http://terminology.hl7.org/CodeSystem/v2-0203",
                                    "code": "RPH",
                                    "display": "Pharmacist license number"
                                }
                            ],
                            "text": "Número da Cédula Profissional Farmacêutica"
                        },
                        "system": "https://ordemfarmaceuticos.pt/pt",
                        "value": "55555",
                        "period": {
                            "start": "1992-01-01"
                        }
                    }
                ],
                "name":  [
                    {
                        "text": "Jorge Maria Gomes da Silva"
                    }
                ]
            }
        },
        {
            "fullUrl": "https://spms.min-saude.pt/fhir-r4B/Organization/1o2019ad-4e1e-460e-b1b6-4e06cd6ffb66",
            "resource": {
                "resourceType": "Organization",
                "id": "1o2019ad-4e1e-460e-b1b6-4e06cd6ffb66",
                "meta": {
                    "lastUpdated": "2023-12-31T23:59:59+00:00",
                    "profile":  [
                        "https://spms.min-saude.pt/fhir-r4B/iop/StructureDefinition/OrganizationPTTRV"
                    ]
                },
                "identifier":  [
                    {
                        "type": {
                            "coding":  [
                                {
                                    "system": "http://terminology.hl7.org/CodeSystem/v2-0203",
                                    "code": "XX",
                                    "display": "Organization identifier"
                                }
                            ],
                            "text": "Número Nacional de Entidade"
                        },
                        "system": "https://spms.min-saude.pt/pne/identifiers/entity-id",
                        "value": "7654321"
                    }
                ],
                "name": "<Nome-da-Entidade-exemplo1>"
            }
        },
        {
            "fullUrl": "https://spms.min-saude.pt/fhir-r4B/Organization/2o2019ad-4e1e-460e-b1b6-4e06cd6ffb44",
            "resource": {
                "resourceType": "Organization",
                "id": "2o2019ad-4e1e-460e-b1b6-4e06cd6ffb44",
                "meta": {
                    "lastUpdated": "2023-12-31T23:59:59+00:00",
                    "profile":  [
                        "https://spms.min-saude.pt/fhir-r4B/iop/StructureDefinition/OrganizationPTTRV"
                    ]
                },
                "identifier":  [
                    {
                        "type": {
                            "coding":  [
                                {
                                    "system": "http://terminology.hl7.org/CodeSystem/v2-0203",
                                    "code": "XX",
                                    "display": "Organization identifier"
                                }
                            ],
                            "text": "Número Nacional de Entidade"
                        },
                        "system": "https://spms.min-saude.pt/pne/identifiers/entity-id",
                        "value": "0123456"
                    }
                ],
                "name": "<Nome-da-Entidade-exemplo2>"
            }
        }
    ]
}
Bundle.id[0]Exemplo1-pesquisa-PS
Bundle.meta[0].lastUpdated[0]2023-12-31T23:59:59+00:00
Bundle.meta[0].profile[0]https://spms.min-saude.pt/fhir-r4B/iop/StructureDefinition/BundlePTTRV
Bundle.type[0]message
Bundle.entry[0].fullUrl[0]https://spms.min-saude.pt/fhir-r4B/MessageHeader/me0d7410-9423-42d3-aa97-a2c55d78b553
Bundle.entry[0].resource[0].id[0]me0d7410-9423-42d3-aa97-a2c55d78b553
Bundle.entry[0].resource[0].meta[0].lastUpdated[0]2023-12-31T23:59:59+00:00
Bundle.entry[0].resource[0].meta[0].profile[0]https://spms.min-saude.pt/fhir-r4B/iop/StructureDefinition/MessageHeaderPTTRVEXE
Bundle.entry[0].resource[0].event[0].system[0]https://spms.min-saude.pt/fhir-r4B/iop/events
Bundle.entry[0].resource[0].event[0].code[0]<codigo-evento>
Bundle.entry[0].resource[0].event[0].display[0]<descricao-do-evento>
Bundle.entry[0].resource[0].destination[0].name[0]<nome-do-sistema-destino>
Bundle.entry[0].resource[0].destination[0].endpoint[0]<nome-da-entidade-responsavel/nome-do-sistema-destino>
Bundle.entry[0].resource[0].destination[0].receiver[0].reference[0]Organization/1o2019ad-4e1e-460e-b1b6-4e06cd6ffb66
Bundle.entry[0].resource[0].destination[0].receiver[0].display[0]<nome-da-entidade-exemplo1>
Bundle.entry[0].resource[0].sender[0].reference[0]Organization/2o2019ad-4e1e-460e-b1b6-4e06cd6ffb44
Bundle.entry[0].resource[0].sender[0].display[0]<nome-da-entidade-exemplo2>
Bundle.entry[0].resource[0].enterer[0].reference[0]Practitioner/c80d7410-9423-42d3-aa97-a2c55d78b526
Bundle.entry[0].resource[0].source[0].name[0]<nome-do-sistema-origem>
Bundle.entry[0].resource[0].source[0].endpoint[0]<nome-da-entidade-responsavel/nome-do-sistema-origem>
Bundle.entry[0].resource[0].focus[0].reference[0]Parameters/p37c149d-46e2-42b0-8caf-478564c436p3
Bundle.entry[1].fullUrl[0]https://spms.min-saude.pt/fhir-r4B/Parameters/p37c149d-46e2-42b0-8caf-478564c436p3
Bundle.entry[1].resource[0].id[0]p37c149d-46e2-42b0-8caf-478564c436p3
Bundle.entry[1].resource[0].meta[0].lastUpdated[0]2023-12-31T23:59:59+00:00
Bundle.entry[1].resource[0].meta[0].profile[0]https://spms.min-saude.pt/fhir-r4B/iop/StructureDefinition/ParametersPTPS
Bundle.entry[1].resource[0].parameter[0].name[0]Utente
Bundle.entry[1].resource[0].parameter[0].resource[0].id[0]mdca24f4-35c4-4df9-a095-bfc0b52fbc44
Bundle.entry[1].resource[0].parameter[0].resource[0].identifier[0].type[0].coding[0].system[0]http://terminology.hl7.org/CodeSystem/v2-0203
Bundle.entry[1].resource[0].parameter[0].resource[0].identifier[0].type[0].coding[0].code[0]HC
Bundle.entry[1].resource[0].parameter[0].resource[0].identifier[0].type[0].coding[0].display[0]Health Card Number
Bundle.entry[1].resource[0].parameter[0].resource[0].identifier[0].type[0].text[0]Número Nacional do Utente
Bundle.entry[1].resource[0].parameter[0].resource[0].identifier[0].system[0]https://spms.min-saude.pt/rnu/identifiers/patient-id
Bundle.entry[1].resource[0].parameter[0].resource[0].identifier[0].value[0]123456789
Bundle.entry[1].resource[0].parameter[0].resource[0].name[0].text[0]Antónia Silva
Bundle.entry[1].resource[0].parameter[0].resource[0].birthDate[0]1990-02-18
Bundle.entry[1].resource[0].parameter[1].name[0]NomeDocumento
Bundle.entry[1].resource[0].parameter[1].value[0].coding[0].system[0]http://loinc.org
Bundle.entry[1].resource[0].parameter[1].value[0].coding[0].code[0]60591-5
Bundle.entry[1].resource[0].parameter[1].value[0].coding[0].display[0]Patient summary Document
Bundle.entry[1].resource[0].parameter[1].value[0].text[0]Resumo de saúde do utente
Bundle.entry[2].fullUrl[0]https://spms.min-saude.pt/fhir-r4B/Practitioner/c80d7410-9423-42d3-aa97-a2c55d78b526
Bundle.entry[2].resource[0].id[0]c80d7410-9423-42d3-aa97-a2c55d78b526
Bundle.entry[2].resource[0].meta[0].profile[0]https://spms.min-saude.pt/fhir-r4B/iop/StructureDefinition/PractitionerPTPSSNC
Bundle.entry[2].resource[0].identifier[0].type[0].coding[0].system[0]http://terminology.hl7.org/CodeSystem/v2-0203
Bundle.entry[2].resource[0].identifier[0].type[0].coding[0].code[0]RPH
Bundle.entry[2].resource[0].identifier[0].type[0].coding[0].display[0]Pharmacist license number
Bundle.entry[2].resource[0].identifier[0].type[0].text[0]Número da Cédula Profissional Farmacêutica
Bundle.entry[2].resource[0].identifier[0].system[0]https://ordemfarmaceuticos.pt/pt
Bundle.entry[2].resource[0].identifier[0].value[0]55555
Bundle.entry[2].resource[0].identifier[0].period[0].start[0]1992-01-01
Bundle.entry[2].resource[0].name[0].text[0]Jorge Maria Gomes da Silva
Bundle.entry[3].fullUrl[0]https://spms.min-saude.pt/fhir-r4B/Organization/1o2019ad-4e1e-460e-b1b6-4e06cd6ffb66
Bundle.entry[3].resource[0].id[0]1o2019ad-4e1e-460e-b1b6-4e06cd6ffb66
Bundle.entry[3].resource[0].meta[0].lastUpdated[0]2023-12-31T23:59:59+00:00
Bundle.entry[3].resource[0].meta[0].profile[0]https://spms.min-saude.pt/fhir-r4B/iop/StructureDefinition/OrganizationPTTRV
Bundle.entry[3].resource[0].identifier[0].type[0].coding[0].system[0]http://terminology.hl7.org/CodeSystem/v2-0203
Bundle.entry[3].resource[0].identifier[0].type[0].coding[0].code[0]XX
Bundle.entry[3].resource[0].identifier[0].type[0].coding[0].display[0]Organization identifier
Bundle.entry[3].resource[0].identifier[0].type[0].text[0]Número Nacional de Entidade
Bundle.entry[3].resource[0].identifier[0].system[0]https://spms.min-saude.pt/pne/identifiers/entity-id
Bundle.entry[3].resource[0].identifier[0].value[0]7654321
Bundle.entry[3].resource[0].name[0]<Nome-da-Entidade-exemplo1>
Bundle.entry[4].fullUrl[0]https://spms.min-saude.pt/fhir-r4B/Organization/2o2019ad-4e1e-460e-b1b6-4e06cd6ffb44
Bundle.entry[4].resource[0].id[0]2o2019ad-4e1e-460e-b1b6-4e06cd6ffb44
Bundle.entry[4].resource[0].meta[0].lastUpdated[0]2023-12-31T23:59:59+00:00
Bundle.entry[4].resource[0].meta[0].profile[0]https://spms.min-saude.pt/fhir-r4B/iop/StructureDefinition/OrganizationPTTRV
Bundle.entry[4].resource[0].identifier[0].type[0].coding[0].system[0]http://terminology.hl7.org/CodeSystem/v2-0203
Bundle.entry[4].resource[0].identifier[0].type[0].coding[0].code[0]XX
Bundle.entry[4].resource[0].identifier[0].type[0].coding[0].display[0]Organization identifier
Bundle.entry[4].resource[0].identifier[0].type[0].text[0]Número Nacional de Entidade
Bundle.entry[4].resource[0].identifier[0].system[0]https://spms.min-saude.pt/pne/identifiers/entity-id
Bundle.entry[4].resource[0].identifier[0].value[0]0123456
Bundle.entry[4].resource[0].name[0]<Nome-da-Entidade-exemplo2>
 

RESPOSTA

MessageHeader.response.code: "ok"


Bundle
{
    "resourceType": "Bundle",
    "id": "pesquisa-ps-al-001-1",
    "meta": {
        "lastUpdated": "2023-12-31T23:59:59+00:00",
        "profile":  [
            "https://spms.min-saude.pt/fhir-r4B/iop/StructureDefinition/BundlePTTRV"
        ]
    },
    "type": "message",
    "entry":  [
        {
            "fullUrl": "https://spms.min-saude.pt/fhir-r4B/MessageHeader/me0d7410-9423-42d3-aa97-a2c55d78b553",
            "resource": {
                "resourceType": "MessageHeader",
                "id": "me0d7410-9423-42d3-aa97-a2c55d78b553",
                "meta": {
                    "lastUpdated": "2023-12-31T23:59:59+00:00",
                    "profile":  [
                        "https://spms.min-saude.pt/fhir-r4B/iop/StructureDefinition/MessageHeaderPTTRV"
                    ]
                },
                "eventCoding": {
                    "system": "https://spms.min-saude.pt/fhir-r4B/iop/events",
                    "code": "<codigo-evento>",
                    "display": "<descricao-do-evento>"
                },
                "destination":  [
                    {
                        "name": "<nome-do-sistema-destino>",
                        "endpoint": "<nome-da-entidade-responsavel/nome-do-sistema-destino>",
                        "receiver": {
                            "reference": "Organization/2o2019ad-4e1e-460e-b1b6-4e06cd6ffb44",
                            "display": "<nome-da-entidade-exemplo2>"
                        }
                    }
                ],
                "sender": {
                    "reference": "Organization/1o2019ad-4e1e-460e-b1b6-4e06cd6ffb66",
                    "display": "<nome-da-entidade-exemplo1>"
                },
                "source": {
                    "name": "<nome-do-sistema-origem>",
                    "endpoint": "<nome-da-entidade-responsavel/nome-do-sistema-origem>"
                },
                "response": {
                    "identifier": "id",
                    "code": "ok"
                },
                "focus":  [
                    {
                        "reference": "Bundle/f17ea3b0-9a8d-4d8e-99ab-b8078bdf6a74"
                    }
                ]
            }
        },
        {
            "fullUrl": "https://spms.min-saude.pt/fhir-r4B/Bundle/f17ea3b0-9a8d-4d8e-99ab-b8078bdf6a74",
            "resource": {
                "resourceType": "Bundle",
                "id": "f17ea3b0-9a8d-4d8e-99ab-b8078bdf6a74",
                "meta": {
                    "lastUpdated": "2023-12-31T23:59:59+00:00",
                    "profile":  [
                        "https://spms.min-saude.pt/fhir-r4B/iop/StructureDefinition/BundlePTTRV"
                    ]
                },
                "identifier": {
                    "system": "http://spms.min-saude.pt/fhir/<sistema>/identifiers/patientSummary",
                    "value": "9807655",
                    "period": {
                        "start": "2099-12-01",
                        "end": "2099-12-31"
                    }
                },
                "type": "document",
                "timestamp": "2013-05-28T22:12:21+00:00",
                "entry":  [
                    {
                        "fullUrl": "https://spms.min-saude.pt/fhir-r4B/Composition/60a2ce87-7108-4006-ba2e-190979f19ff1",
                        "resource": {
                            "resourceType": "Composition",
                            "id": "60a2ce87-7108-4006-ba2e-190979f19ff1",
                            "meta": {
                                "lastUpdated": "2023-12-31T23:59:59+00:00",
                                "profile":  [
                                    "https://spms.min-saude.pt/fhir-r4B/iop/StructureDefinition/CompositionPTPS"
                                ]
                            },
                            "status": "final",
                            "type": {
                                "coding":  [
                                    {
                                        "system": "http://loinc.org",
                                        "code": "60591-5",
                                        "display": "Patient summary Document"
                                    }
                                ],
                                "text": "Resumo de saúde do utente"
                            },
                            "subject": {
                                "reference": "Patient/1f2019ad-4e1e-460e-b1b6-4e06cd6ffb31"
                            },
                            "date": "2023-12-31T23:59:59.000+00:00",
                            "author":  [
                                {
                                    "reference": "Organization/992019ad-4e1e-460e-b1b6-4e06cd6ffb44"
                                }
                            ],
                            "title": "Resumo de Saúde do Utente",
                            "section":  [
                                {
                                    "id": "sectionAllergies",
                                    "title": "Secção de Alergias e Reações Adversas",
                                    "code": {
                                        "coding":  [
                                            {
                                                "system": "http://loinc.org",
                                                "code": "48765-2",
                                                "display": "Allergies and adverse reactions document"
                                            }
                                        ],
                                        "text": "Secção alergias e reacções adversas"
                                    },
                                    "entry":  [
                                        {
                                            "reference": "List/3dc71eea-657d-4ee7-818f-75e4207e1e2a"
                                        }
                                    ]
                                }
                            ]
                        }
                    },
                    {
                        "fullUrl": "https://spms.min-saude.pt/fhir-r4B/List/3dc71eea-657d-4ee7-818f-75e4207e1e2a",
                        "resource": {
                            "resourceType": "List",
                            "id": "3dc71eea-657d-4ee7-818f-75e4207e1e2a",
                            "meta": {
                                "lastUpdated": "2023-12-31T23:59:59+00:00",
                                "profile":  [
                                    "https://spms.min-saude.pt/fhir-r4B/iop/StructureDefinition/ListPTPS"
                                ]
                            },
                            "status": "current",
                            "mode": "working",
                            "title": "Lista de Alergias do Utente",
                            "subject": {
                                "reference": "Patient/1f2019ad-4e1e-460e-b1b6-4e06cd6ffb31"
                            },
                            "date": "2023-12-31T23:59:59.000+00:00",
                            "entry":  [
                                {
                                    "item": {
                                        "reference": "AllergyIntolerance/c80d7410-9423-42d3-aa97-a2c55d78b526"
                                    }
                                }
                            ]
                        }
                    },
                    {
                        "fullUrl": "https://spms.min-saude.pt/fhir-r4B/AllergyIntolerance/c80d7410-9423-42d3-aa97-a2c55d78b526",
                        "resource": {
                            "resourceType": "AllergyIntolerance",
                            "id": "c80d7410-9423-42d3-aa97-a2c55d78b526",
                            "meta": {
                                "profile":  [
                                    "https://spms.min-saude.pt/fhir-r4B/iop/StructureDefinition/AllergyIntolerancePTPSSNC"
                                ]
                            },
                            "extension":  [
                                {
                                    "url": "https://spms.min-saude.pt/fhir-r4B/iop/StructureDefinition/AllergyIntoleranceTypePTExtension",
                                    "valueCodeableConcept": {
                                        "coding":  [
                                            {
                                                "system": "http://snomed.info/sct",
                                                "code": "609328004",
                                                "display": "Allergic disposition"
                                            }
                                        ],
                                        "text": "Alergia"
                                    }
                                }
                            ],
                            "clinicalStatus": {
                                "coding":  [
                                    {
                                        "system": "http://terminology.hl7.org/CodeSystem/allergyintolerance-clinical",
                                        "code": "active",
                                        "display": "Active"
                                    }
                                ],
                                "text": "Activa"
                            },
                            "verificationStatus": {
                                "coding":  [
                                    {
                                        "system": "http://terminology.hl7.org/CodeSystem/allergyintolerance-verification",
                                        "code": "confirmed",
                                        "display": "Confirmed"
                                    }
                                ],
                                "text": "Confirmada"
                            },
                            "category":  [
                                "food"
                            ],
                            "code": {
                                "id": "allergenNoDrug",
                                "coding":  [
                                    {
                                        "system": "http://snomed.info/sct",
                                        "code": "227144008",
                                        "display": "Tuna fish"
                                    }
                                ],
                                "text": "Atum"
                            },
                            "patient": {
                                "reference": "Patient/1f2019ad-4e1e-460e-b1b6-4e06cd6ffb31",
                                "display": "Antónia Silva"
                            },
                            "reaction":  [
                                {
                                    "extension":  [
                                        {
                                            "url": "https://spms.min-saude.pt/fhir-r4B/iop/StructureDefinition/SeverityReactionPTExtension",
                                            "valueCodeableConcept": {
                                                "coding":  [
                                                    {
                                                        "system": "http://snomed.info/sct",
                                                        "code": "255604002",
                                                        "display": "Mild"
                                                    }
                                                ],
                                                "text": "Ligeiro"
                                            }
                                        }
                                    ],
                                    "manifestation":  [
                                        {
                                            "coding":  [
                                                {
                                                    "system": "http://snomed.info/sct",
                                                    "code": "422400008",
                                                    "display": "Vomiting"
                                                }
                                            ],
                                            "text": "Vómitos"
                                        }
                                    ]
                                }
                            ]
                        }
                    },
                    {
                        "fullUrl": "https://spms.min-saude.pt/fhir-r4B/Patient/1f2019ad-4e1e-460e-b1b6-4e06cd6ffb31",
                        "resource": {
                            "resourceType": "Patient",
                            "id": "1f2019ad-4e1e-460e-b1b6-4e06cd6ffb31",
                            "meta": {
                                "lastUpdated": "2023-12-31T23:59:59+00:00",
                                "profile":  [
                                    "https://spms.min-saude.pt/fhir-r4B/iop/StructureDefinition/PatientPTPS"
                                ]
                            },
                            "identifier":  [
                                {
                                    "type": {
                                        "coding":  [
                                            {
                                                "system": "http://terminology.hl7.org/CodeSystem/v2-0203",
                                                "code": "HC",
                                                "display": "Health Card Number"
                                            }
                                        ],
                                        "text": "Número Nacional do Utente"
                                    },
                                    "system": "https://spms.min-saude.pt/rnu/identifiers/patient-id",
                                    "value": "123456789"
                                }
                            ],
                            "name":  [
                                {
                                    "family": "Silva",
                                    "given":  [
                                        "Antónia"
                                    ]
                                }
                            ],
                            "gender": "female",
                            "birthDate": "1990-02-18"
                        }
                    },
                    {
                        "fullUrl": "https://spms.min-saude.pt/fhir-r4B/Organization/992019ad-4e1e-460e-b1b6-4e06cd6ffb44",
                        "resource": {
                            "resourceType": "Organization",
                            "id": "992019ad-4e1e-460e-b1b6-4e06cd6ffb44",
                            "meta": {
                                "lastUpdated": "2023-12-31T23:59:59+00:00",
                                "profile":  [
                                    "https://spms.min-saude.pt/fhir-r4B/iop/StructureDefinition/OrganizationPTTRV"
                                ]
                            },
                            "identifier":  [
                                {
                                    "type": {
                                        "coding":  [
                                            {
                                                "system": "http://terminology.hl7.org/CodeSystem/v2-0203",
                                                "code": "XX",
                                                "display": "Organization identifier"
                                            }
                                        ],
                                        "text": "Número Nacional de Entidade"
                                    },
                                    "system": "https://spms.min-saude.pt/pne/identifiers/entity-id",
                                    "value": "0123456"
                                }
                            ],
                            "name": "<Nome-da-Entidade-exemplo3>"
                        }
                    }
                ]
            }
        },
        {
            "fullUrl": "https://spms.min-saude.pt/fhir-r4B/Organization/1o2019ad-4e1e-460e-b1b6-4e06cd6ffb66",
            "resource": {
                "resourceType": "Organization",
                "id": "1o2019ad-4e1e-460e-b1b6-4e06cd6ffb66",
                "meta": {
                    "lastUpdated": "2023-12-31T23:59:59+00:00",
                    "profile":  [
                        "https://spms.min-saude.pt/fhir-r4B/iop/StructureDefinition/OrganizationPTTRV"
                    ]
                },
                "identifier":  [
                    {
                        "type": {
                            "coding":  [
                                {
                                    "system": "http://terminology.hl7.org/CodeSystem/v2-0203",
                                    "code": "XX",
                                    "display": "Organization identifier"
                                }
                            ],
                            "text": "Número Nacional de Entidade"
                        },
                        "system": "https://spms.min-saude.pt/pne/identifiers/entity-id",
                        "value": "7654321"
                    }
                ],
                "name": "<Nome-da-Entidade-exemplo1>"
            }
        },
        {
            "fullUrl": "https://spms.min-saude.pt/fhir-r4B/Organization/2o2019ad-4e1e-460e-b1b6-4e06cd6ffb44",
            "resource": {
                "resourceType": "Organization",
                "id": "2o2019ad-4e1e-460e-b1b6-4e06cd6ffb44",
                "meta": {
                    "lastUpdated": "2023-12-31T23:59:59+00:00",
                    "profile":  [
                        "https://spms.min-saude.pt/fhir-r4B/iop/StructureDefinition/OrganizationPTTRV"
                    ]
                },
                "identifier":  [
                    {
                        "type": {
                            "coding":  [
                                {
                                    "system": "http://terminology.hl7.org/CodeSystem/v2-0203",
                                    "code": "XX",
                                    "display": "Organization identifier"
                                }
                            ],
                            "text": "Número Nacional de Entidade"
                        },
                        "system": "https://spms.min-saude.pt/pne/identifiers/entity-id",
                        "value": "0123456"
                    }
                ],
                "name": "<Nome-da-Entidade-exemplo2>"
            }
        }
    ]
}
Bundle.id[0]pesquisa-ps-al-001-1
Bundle.meta[0].lastUpdated[0]2023-12-31T23:59:59+00:00
Bundle.meta[0].profile[0]https://spms.min-saude.pt/fhir-r4B/iop/StructureDefinition/BundlePTTRV
Bundle.type[0]message
Bundle.entry[0].fullUrl[0]https://spms.min-saude.pt/fhir-r4B/MessageHeader/me0d7410-9423-42d3-aa97-a2c55d78b553
Bundle.entry[0].resource[0].id[0]me0d7410-9423-42d3-aa97-a2c55d78b553
Bundle.entry[0].resource[0].meta[0].lastUpdated[0]2023-12-31T23:59:59+00:00
Bundle.entry[0].resource[0].meta[0].profile[0]https://spms.min-saude.pt/fhir-r4B/iop/StructureDefinition/MessageHeaderPTTRV
Bundle.entry[0].resource[0].event[0].system[0]https://spms.min-saude.pt/fhir-r4B/iop/events
Bundle.entry[0].resource[0].event[0].code[0]<codigo-evento>
Bundle.entry[0].resource[0].event[0].display[0]<descricao-do-evento>
Bundle.entry[0].resource[0].destination[0].name[0]<nome-do-sistema-destino>
Bundle.entry[0].resource[0].destination[0].endpoint[0]<nome-da-entidade-responsavel/nome-do-sistema-destino>
Bundle.entry[0].resource[0].destination[0].receiver[0].reference[0]Organization/2o2019ad-4e1e-460e-b1b6-4e06cd6ffb44
Bundle.entry[0].resource[0].destination[0].receiver[0].display[0]<nome-da-entidade-exemplo2>
Bundle.entry[0].resource[0].sender[0].reference[0]Organization/1o2019ad-4e1e-460e-b1b6-4e06cd6ffb66
Bundle.entry[0].resource[0].sender[0].display[0]<nome-da-entidade-exemplo1>
Bundle.entry[0].resource[0].source[0].name[0]<nome-do-sistema-origem>
Bundle.entry[0].resource[0].source[0].endpoint[0]<nome-da-entidade-responsavel/nome-do-sistema-origem>
Bundle.entry[0].resource[0].response[0].identifier[0]id
Bundle.entry[0].resource[0].response[0].code[0]ok
Bundle.entry[0].resource[0].focus[0].reference[0]Bundle/f17ea3b0-9a8d-4d8e-99ab-b8078bdf6a74
Bundle.entry[1].fullUrl[0]https://spms.min-saude.pt/fhir-r4B/Bundle/f17ea3b0-9a8d-4d8e-99ab-b8078bdf6a74
Bundle.entry[1].resource[0].id[0]f17ea3b0-9a8d-4d8e-99ab-b8078bdf6a74
Bundle.entry[1].resource[0].meta[0].lastUpdated[0]2023-12-31T23:59:59+00:00
Bundle.entry[1].resource[0].meta[0].profile[0]https://spms.min-saude.pt/fhir-r4B/iop/StructureDefinition/BundlePTTRV
Bundle.entry[1].resource[0].identifier[0].system[0]http://spms.min-saude.pt/fhir/<sistema>/identifiers/patientSummary
Bundle.entry[1].resource[0].identifier[0].value[0]9807655
Bundle.entry[1].resource[0].identifier[0].period[0].start[0]2099-12-01
Bundle.entry[1].resource[0].identifier[0].period[0].end[0]2099-12-31
Bundle.entry[1].resource[0].type[0]document
Bundle.entry[1].resource[0].timestamp[0]2013-05-28T22:12:21+00:00
Bundle.entry[1].resource[0].entry[0].fullUrl[0]https://spms.min-saude.pt/fhir-r4B/Composition/60a2ce87-7108-4006-ba2e-190979f19ff1
Bundle.entry[1].resource[0].entry[0].resource[0].id[0]60a2ce87-7108-4006-ba2e-190979f19ff1
Bundle.entry[1].resource[0].entry[0].resource[0].meta[0].lastUpdated[0]2023-12-31T23:59:59+00:00
Bundle.entry[1].resource[0].entry[0].resource[0].meta[0].profile[0]https://spms.min-saude.pt/fhir-r4B/iop/StructureDefinition/CompositionPTPS
Bundle.entry[1].resource[0].entry[0].resource[0].status[0]final
Bundle.entry[1].resource[0].entry[0].resource[0].type[0].coding[0].system[0]http://loinc.org
Bundle.entry[1].resource[0].entry[0].resource[0].type[0].coding[0].code[0]60591-5
Bundle.entry[1].resource[0].entry[0].resource[0].type[0].coding[0].display[0]Patient summary Document
Bundle.entry[1].resource[0].entry[0].resource[0].type[0].text[0]Resumo de saúde do utente
Bundle.entry[1].resource[0].entry[0].resource[0].subject[0].reference[0]Patient/1f2019ad-4e1e-460e-b1b6-4e06cd6ffb31
Bundle.entry[1].resource[0].entry[0].resource[0].date[0]2023-12-31T23:59:59.000+00:00
Bundle.entry[1].resource[0].entry[0].resource[0].author[0].reference[0]Organization/992019ad-4e1e-460e-b1b6-4e06cd6ffb44
Bundle.entry[1].resource[0].entry[0].resource[0].title[0]Resumo de Saúde do Utente
Bundle.entry[1].resource[0].entry[0].resource[0].section[0].id[0]sectionAllergies
Bundle.entry[1].resource[0].entry[0].resource[0].section[0].title[0]Secção de Alergias e Reações Adversas
Bundle.entry[1].resource[0].entry[0].resource[0].section[0].code[0].coding[0].system[0]http://loinc.org
Bundle.entry[1].resource[0].entry[0].resource[0].section[0].code[0].coding[0].code[0]48765-2
Bundle.entry[1].resource[0].entry[0].resource[0].section[0].code[0].coding[0].display[0]Allergies and adverse reactions document
Bundle.entry[1].resource[0].entry[0].resource[0].section[0].code[0].text[0]Secção alergias e reacções adversas
Bundle.entry[1].resource[0].entry[0].resource[0].section[0].entry[0].reference[0]List/3dc71eea-657d-4ee7-818f-75e4207e1e2a
Bundle.entry[1].resource[0].entry[1].fullUrl[0]https://spms.min-saude.pt/fhir-r4B/List/3dc71eea-657d-4ee7-818f-75e4207e1e2a
Bundle.entry[1].resource[0].entry[1].resource[0].id[0]3dc71eea-657d-4ee7-818f-75e4207e1e2a
Bundle.entry[1].resource[0].entry[1].resource[0].meta[0].lastUpdated[0]2023-12-31T23:59:59+00:00
Bundle.entry[1].resource[0].entry[1].resource[0].meta[0].profile[0]https://spms.min-saude.pt/fhir-r4B/iop/StructureDefinition/ListPTPS
Bundle.entry[1].resource[0].entry[1].resource[0].status[0]current
Bundle.entry[1].resource[0].entry[1].resource[0].mode[0]working
Bundle.entry[1].resource[0].entry[1].resource[0].title[0]Lista de Alergias do Utente
Bundle.entry[1].resource[0].entry[1].resource[0].subject[0].reference[0]Patient/1f2019ad-4e1e-460e-b1b6-4e06cd6ffb31
Bundle.entry[1].resource[0].entry[1].resource[0].date[0]2023-12-31T23:59:59.000+00:00
Bundle.entry[1].resource[0].entry[1].resource[0].entry[0].item[0].reference[0]AllergyIntolerance/c80d7410-9423-42d3-aa97-a2c55d78b526
Bundle.entry[1].resource[0].entry[2].fullUrl[0]https://spms.min-saude.pt/fhir-r4B/AllergyIntolerance/c80d7410-9423-42d3-aa97-a2c55d78b526
Bundle.entry[1].resource[0].entry[2].resource[0].id[0]c80d7410-9423-42d3-aa97-a2c55d78b526
Bundle.entry[1].resource[0].entry[2].resource[0].meta[0].profile[0]https://spms.min-saude.pt/fhir-r4B/iop/StructureDefinition/AllergyIntolerancePTPSSNC
Bundle.entry[1].resource[0].entry[2].resource[0].extension[0].url[0]https://spms.min-saude.pt/fhir-r4B/iop/StructureDefinition/AllergyIntoleranceTypePTExtension
Bundle.entry[1].resource[0].entry[2].resource[0].extension[0].value[0].coding[0].system[0]http://snomed.info/sct
Bundle.entry[1].resource[0].entry[2].resource[0].extension[0].value[0].coding[0].code[0]609328004
Bundle.entry[1].resource[0].entry[2].resource[0].extension[0].value[0].coding[0].display[0]Allergic disposition
Bundle.entry[1].resource[0].entry[2].resource[0].extension[0].value[0].text[0]Alergia
Bundle.entry[1].resource[0].entry[2].resource[0].clinicalStatus[0].coding[0].system[0]http://terminology.hl7.org/CodeSystem/allergyintolerance-clinical
Bundle.entry[1].resource[0].entry[2].resource[0].clinicalStatus[0].coding[0].code[0]active
Bundle.entry[1].resource[0].entry[2].resource[0].clinicalStatus[0].coding[0].display[0]Active
Bundle.entry[1].resource[0].entry[2].resource[0].clinicalStatus[0].text[0]Activa
Bundle.entry[1].resource[0].entry[2].resource[0].verificationStatus[0].coding[0].system[0]http://terminology.hl7.org/CodeSystem/allergyintolerance-verification
Bundle.entry[1].resource[0].entry[2].resource[0].verificationStatus[0].coding[0].code[0]confirmed
Bundle.entry[1].resource[0].entry[2].resource[0].verificationStatus[0].coding[0].display[0]Confirmed
Bundle.entry[1].resource[0].entry[2].resource[0].verificationStatus[0].text[0]Confirmada
Bundle.entry[1].resource[0].entry[2].resource[0].category[0]food
Bundle.entry[1].resource[0].entry[2].resource[0].code[0].id[0]allergenNoDrug
Bundle.entry[1].resource[0].entry[2].resource[0].code[0].coding[0].system[0]http://snomed.info/sct
Bundle.entry[1].resource[0].entry[2].resource[0].code[0].coding[0].code[0]227144008
Bundle.entry[1].resource[0].entry[2].resource[0].code[0].coding[0].display[0]Tuna fish
Bundle.entry[1].resource[0].entry[2].resource[0].code[0].text[0]Atum
Bundle.entry[1].resource[0].entry[2].resource[0].patient[0].reference[0]Patient/1f2019ad-4e1e-460e-b1b6-4e06cd6ffb31
Bundle.entry[1].resource[0].entry[2].resource[0].patient[0].display[0]Antónia Silva
Bundle.entry[1].resource[0].entry[2].resource[0].reaction[0].extension[0].url[0]https://spms.min-saude.pt/fhir-r4B/iop/StructureDefinition/SeverityReactionPTExtension
Bundle.entry[1].resource[0].entry[2].resource[0].reaction[0].extension[0].value[0].coding[0].system[0]http://snomed.info/sct
Bundle.entry[1].resource[0].entry[2].resource[0].reaction[0].extension[0].value[0].coding[0].code[0]255604002
Bundle.entry[1].resource[0].entry[2].resource[0].reaction[0].extension[0].value[0].coding[0].display[0]Mild
Bundle.entry[1].resource[0].entry[2].resource[0].reaction[0].extension[0].value[0].text[0]Ligeiro
Bundle.entry[1].resource[0].entry[2].resource[0].reaction[0].manifestation[0].coding[0].system[0]http://snomed.info/sct
Bundle.entry[1].resource[0].entry[2].resource[0].reaction[0].manifestation[0].coding[0].code[0]422400008
Bundle.entry[1].resource[0].entry[2].resource[0].reaction[0].manifestation[0].coding[0].display[0]Vomiting
Bundle.entry[1].resource[0].entry[2].resource[0].reaction[0].manifestation[0].text[0]Vómitos
Bundle.entry[1].resource[0].entry[3].fullUrl[0]https://spms.min-saude.pt/fhir-r4B/Patient/1f2019ad-4e1e-460e-b1b6-4e06cd6ffb31
Bundle.entry[1].resource[0].entry[3].resource[0].id[0]1f2019ad-4e1e-460e-b1b6-4e06cd6ffb31
Bundle.entry[1].resource[0].entry[3].resource[0].meta[0].lastUpdated[0]2023-12-31T23:59:59+00:00
Bundle.entry[1].resource[0].entry[3].resource[0].meta[0].profile[0]https://spms.min-saude.pt/fhir-r4B/iop/StructureDefinition/PatientPTPS
Bundle.entry[1].resource[0].entry[3].resource[0].identifier[0].type[0].coding[0].system[0]http://terminology.hl7.org/CodeSystem/v2-0203
Bundle.entry[1].resource[0].entry[3].resource[0].identifier[0].type[0].coding[0].code[0]HC
Bundle.entry[1].resource[0].entry[3].resource[0].identifier[0].type[0].coding[0].display[0]Health Card Number
Bundle.entry[1].resource[0].entry[3].resource[0].identifier[0].type[0].text[0]Número Nacional do Utente
Bundle.entry[1].resource[0].entry[3].resource[0].identifier[0].system[0]https://spms.min-saude.pt/rnu/identifiers/patient-id
Bundle.entry[1].resource[0].entry[3].resource[0].identifier[0].value[0]123456789
Bundle.entry[1].resource[0].entry[3].resource[0].name[0].family[0]Silva
Bundle.entry[1].resource[0].entry[3].resource[0].name[0].given[0]Antónia
Bundle.entry[1].resource[0].entry[3].resource[0].gender[0]female
Bundle.entry[1].resource[0].entry[3].resource[0].birthDate[0]1990-02-18
Bundle.entry[1].resource[0].entry[4].fullUrl[0]https://spms.min-saude.pt/fhir-r4B/Organization/992019ad-4e1e-460e-b1b6-4e06cd6ffb44
Bundle.entry[1].resource[0].entry[4].resource[0].id[0]992019ad-4e1e-460e-b1b6-4e06cd6ffb44
Bundle.entry[1].resource[0].entry[4].resource[0].meta[0].lastUpdated[0]2023-12-31T23:59:59+00:00
Bundle.entry[1].resource[0].entry[4].resource[0].meta[0].profile[0]https://spms.min-saude.pt/fhir-r4B/iop/StructureDefinition/OrganizationPTTRV
Bundle.entry[1].resource[0].entry[4].resource[0].identifier[0].type[0].coding[0].system[0]http://terminology.hl7.org/CodeSystem/v2-0203
Bundle.entry[1].resource[0].entry[4].resource[0].identifier[0].type[0].coding[0].code[0]XX
Bundle.entry[1].resource[0].entry[4].resource[0].identifier[0].type[0].coding[0].display[0]Organization identifier
Bundle.entry[1].resource[0].entry[4].resource[0].identifier[0].type[0].text[0]Número Nacional de Entidade
Bundle.entry[1].resource[0].entry[4].resource[0].identifier[0].system[0]https://spms.min-saude.pt/pne/identifiers/entity-id
Bundle.entry[1].resource[0].entry[4].resource[0].identifier[0].value[0]0123456
Bundle.entry[1].resource[0].entry[4].resource[0].name[0]<Nome-da-Entidade-exemplo3>
Bundle.entry[2].fullUrl[0]https://spms.min-saude.pt/fhir-r4B/Organization/1o2019ad-4e1e-460e-b1b6-4e06cd6ffb66
Bundle.entry[2].resource[0].id[0]1o2019ad-4e1e-460e-b1b6-4e06cd6ffb66
Bundle.entry[2].resource[0].meta[0].lastUpdated[0]2023-12-31T23:59:59+00:00
Bundle.entry[2].resource[0].meta[0].profile[0]https://spms.min-saude.pt/fhir-r4B/iop/StructureDefinition/OrganizationPTTRV
Bundle.entry[2].resource[0].identifier[0].type[0].coding[0].system[0]http://terminology.hl7.org/CodeSystem/v2-0203
Bundle.entry[2].resource[0].identifier[0].type[0].coding[0].code[0]XX
Bundle.entry[2].resource[0].identifier[0].type[0].coding[0].display[0]Organization identifier
Bundle.entry[2].resource[0].identifier[0].type[0].text[0]Número Nacional de Entidade
Bundle.entry[2].resource[0].identifier[0].system[0]https://spms.min-saude.pt/pne/identifiers/entity-id
Bundle.entry[2].resource[0].identifier[0].value[0]7654321
Bundle.entry[2].resource[0].name[0]<Nome-da-Entidade-exemplo1>
Bundle.entry[3].fullUrl[0]https://spms.min-saude.pt/fhir-r4B/Organization/2o2019ad-4e1e-460e-b1b6-4e06cd6ffb44
Bundle.entry[3].resource[0].id[0]2o2019ad-4e1e-460e-b1b6-4e06cd6ffb44
Bundle.entry[3].resource[0].meta[0].lastUpdated[0]2023-12-31T23:59:59+00:00
Bundle.entry[3].resource[0].meta[0].profile[0]https://spms.min-saude.pt/fhir-r4B/iop/StructureDefinition/OrganizationPTTRV
Bundle.entry[3].resource[0].identifier[0].type[0].coding[0].system[0]http://terminology.hl7.org/CodeSystem/v2-0203
Bundle.entry[3].resource[0].identifier[0].type[0].coding[0].code[0]XX
Bundle.entry[3].resource[0].identifier[0].type[0].coding[0].display[0]Organization identifier
Bundle.entry[3].resource[0].identifier[0].type[0].text[0]Número Nacional de Entidade
Bundle.entry[3].resource[0].identifier[0].system[0]https://spms.min-saude.pt/pne/identifiers/entity-id
Bundle.entry[3].resource[0].identifier[0].value[0]0123456
Bundle.entry[3].resource[0].name[0]<Nome-da-Entidade-exemplo2>

 


Voltar ao início