FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packageportuguese.use-cases.guide
Resource TypeBundle
IdExemplo2-1-sincronizacao-de-alergias-e-intolerancias.json
FHIR VersionR4B

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source1

{
  "resourceType": "Bundle",
  "id": "snc-alergias-intolerancias-002-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/rtg019ad-4e1e-460e-b1b6-4e06cd6ffb31",
      "resource": {
        "resourceType": "MessageHeader",
        "id": "rtg019ad-4e1e-460e-b1b6-4e06cd6ffb31",
        "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": "sistema-clinico",
            "endpoint": "nome-da-entidade-responsavel/sistema-clinico",
            "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": "<sistema-nacional>",
          "endpoint": "<nome-da-entidade-responsavel/sistema-nacional>"
        },
        "response": {
          "identifier": "id",
          "code": "ok"
        }
      }
    },
    {
      "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>"
      }
    }
  ]
}