{
  "resourceType": "Bundle",
  "id": "example-referral-bundle",
  "type": "collection",
  "entry": [
    {
      "fullUrl": "urn:uuid:78aff467-aae2-4d31-8535-b2fd79650009",
      "resource": {
        "resourceType": "Patient",
        "id": "78aff467-aae2-4d31-8535-b2fd79650009",
        "meta": {
          "profile": [
            "http://hl7.no/fhir/StructureDefinition/no-basis-Patient"
          ]
        },
        "identifier": [
          {
            "system": "urn:oid:2.16.578.1.12.4.1.4.1",
            "value": "12345678901"
          }
        ],
        "name": [
          {
            "use": "official",
            "family": "Nordmann",
            "given": [
              "Ola"
            ]
          }
        ],
        "gender": "male",
        "birthDate": "1980-05-20"
      }
    },
    {
      "fullUrl": "urn:uuid:7f17960e-e677-4439-91e8-4ae2cae87015",
      "resource": {
        "resourceType": "Practitioner",
        "id": "7f17960e-e677-4439-91e8-4ae2cae87015",
        "meta": {
          "profile": [
            "http://hl7.no/fhir/StructureDefinition/no-basis-Practitioner"
          ]
        },
        "name": [
          {
            "use": "official",
            "family": "Hansen",
            "given": [
              "Per"
            ]
          }
        ],
        "qualification": [
          {
            "identifier": {
              "system": "urn:oid:2.16.578.1.12.4.1.4.2",
              "value": "ID12345"
            },
            "code": {
              "coding": [
                {
                  "system": "http://hl7.org/fhir/v2/0360/2.7",
                  "code": "MD",
                  "display": "Doctor of Medicine"
                }
              ]
            }
          }
        ]
      }
    },
    {
      "fullUrl": "urn:uuid:abae2604-0ad1-4b9a-a976-1f286edda4d0",
      "resource": {
        "resourceType": "Organization",
        "id": "abae2604-0ad1-4b9a-a976-1f286edda4d0",
        "meta": {
          "profile": [
            "http://hl7.no/fhir/StructureDefinition/no-basis-Organization"
          ]
        },
        "name": "Helsenorge Specialist Hospital",
        "address": [
          {
            "line": [
              "Example Street 1"
            ],
            "city": "Oslo",
            "postalCode": "1234",
            "country": "Norway"
          }
        ]
      }
    },
    {
      "fullUrl": "urn:uuid:example-condition",
      "resource": {
        "resourceType": "Condition",
        "id": "example-condition",
        "meta": {
          "profile": [
            "http://hl7.no/fhir/StructureDefinition/no-basis-Condition"
          ]
        },
        "code": {
          "coding": [
            {
              "system": "http://hl7.org/fhir/sid/icpc-2",
              "code": "K22",
              "display": "Økt risiko for hjerte-karsykdom"
            }
          ],
          "text": "Økt risiko for hjerte-karsykdom"
        },
        "subject": {
          "reference": "Patient/78aff467-aae2-4d31-8535-b2fd79650009"
        },
        "onsetDateTime": "2024-01-15T07:30:00+00:00"
      }
    },
    {
      "fullUrl": "urn:uuid:example-referral",
      "resource": {
        "resourceType": "ServiceRequest",
        "id": "example-referral",
        "meta": {
          "profile": [
            "http://helsenorge.no/fhir/StructureDefinition/hn-basis-patient-referral"
          ]
        },
        "identifier": [
          {
            "system": "urn:ietf:rfc:3986",
            "value": "urn:uuid:aa54d29e-4009-49cb-9ec4-847a6469459d"
          }
        ],
        "status": "active",
        "intent": "order",
        "priority": "routine",
        "code": {
          "coding": [
            {
              "system": "urn:oid:2.16.578.1.12.4.1.1.8455",
              "code": "10",
              "display": "Utredning/behandling"
            }
          ],
          "text": "Skal rettighetsvurderes ved henvisning til spesialisthelsetjenesten"
        },
        "subject": {
          "reference": "Patient/78aff467-aae2-4d31-8535-b2fd79650009"
        },
        "authoredOn": "2024-11-25T09:00:00+00:00",
        "requester": {
          "reference": "Practitioner/7f17960e-e677-4439-91e8-4ae2cae87015"
        },
        "performer": {
          "reference": "Organization/abae2604-0ad1-4b9a-a976-1f286edda4d0",
          "display": "Helsenorge Specialist Hospital"
        },
        "reasonCode": [
          {
            "coding": [
              {
                "system": "http://hl7.org/fhir/sid/icpc-2",
                "code": "K22",
                "display": "Økt risiko for hjerte-karsykdom"
              }
            ],
            "text": "Økt risiko for hjerte-karsykdom"
          }
        ],
        "note": [
          {
            "authorReference": {
              "reference": "Practitioner/7f17960e-e677-4439-91e8-4ae2cae87015"
            },
            "text": "Pasienten har økt risiko for hjerte-karsykdom (K22). Råd gitt om livsstilsendringer, og henvisning til spesialist er nødvendig for videre vurdering."
          }
        ]
      }
    }
  ]
}